Day 31: Breadth-First Search

Today I learned about breadth-first search, essentially going level by level in a binary tree and worked on solving leetcode problems to better understand the idea.