Lessons

  • 1. Maximum Depth of Binary Tree
  • 2. Same Tree
  • 3. Invert/Flip Binary Tree
  • 4. Binary Tree Maximum Path Sum
  • 5. Binary Tree Level Order Traversal
  • 6. Serialize and Deserialize Binary Tree
  • 7. Subtree of Another Tree
  • 8. Construct Binary Tree from Preorder and Inorder Traversal
  • 9. Validate Binary Search Tree
  • 10. Kth Smallest Element in a BST
  • 11. Lowest Common Ancestor of BST
  • 12. Binary Tree Zigzag Level Order Traversal
  • 13. Implement Trie (Prefix Tree)
  • 14. Add and Search Word
  • 15. Word Search II

Maximum Depth of Binary Tree

Leetcode problem of Maximum Depth of Binary Tree solved