Unit 9 Session 2 - codepath/compsci_guides GitHub Wiki
Part of TIP101 Unit 9
🔗 Problem Statements
Problem Set Version 1
- Level Order Traversal of Binary Tree
- Find Minimum Depth of Binary Tree
- Odd-Even Level Sum Difference in Binary Tree
- Level Order Traversal of Binary Tree with Nested Lists
- Sum of Binary Tree Node Tilts
Problem Set Version 2
- Print Level Order Traversal of Binary Tree
- Sum of Node Values by Level in Binary Tree
- Maximum Nodes at Any Level in Binary Tree
- Vertical Order Traversal of Binary Tree
- Find the Diameter of Binary Tree