- LCA of a binary tree
Rough file
⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠
Text Elements
1
2
3
Check for number on the left side and then on right side.
Link to original- how_to_teach_others_this?
- time_complexity O(n)
- space_complexity O(n)
- Path sum problem on Leetcode

- He is telling something similar to Striver seriesrecursion L6, L7 videos.
- The above problem is something similar to Subset generation problems
- What is thetime_complexity of above? O(n)
- Leetcode 150 is better than Blind 75