You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|104|[Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/)|[Python](./tree/Yu/104_maxDepth.py)|_O(N)_|_O(1)_| Easy |||
85
85
|235|[Lowest Common Ancestor of a Binary Search Tree](https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/#/description)|[Python](./tree/Yu/235_lca_bst.py)|_O(N)_|_O(1)_| Easy |||
86
+
87
+
## 5/2 Tasks (Tree Easy)
88
+
|108|[Convert Sorted Array to Binary Search Tree](https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/#/solutions)|[Python [Yu]](./tree/Yu/108.py)|_O(N)_|_O(N)_| Easy ||[公瑾讲解](https://www.youtube.com/watch?v=lBrb4fXPcMM)|
0 commit comments