Questions we covered
- https://leetcode.com/problems/binary-tree-level-order-traversal/
- https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/
- https://leetcode.com/problems/binary-tree-level-order-traversal-ii/
- https://leetcode.com/problems/maximum-depth-of-binary-tree/
What did we learn?
We learned about different advanced tree traversal techniques and how stack and queue data structures are used to solve them.