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
@@ -127,6 +128,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
127
128
| 104. Maximum Depth Of Binary Tree |[🔗](https://leetcode.romitsagu.com/solutions/104/)|| Tree, Depth-First Search, Breadth-First Search, Binary Tree |
128
129
| 105. Construct Binary Tree From Preorder And Inorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/105/)|| Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
129
130
| 106. Construct Binary Tree From Inorder And Postorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/106/)|| Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
131
+
| 108. Convert Sorted Array To Binary Search Tree |[🔗](https://leetcode.romitsagu.com/solutions/108/)|| Array, Divide and Conquer, Tree, Binary Search Tree, Binary Tree |
130
132
| 110. Balanced Binary Tree |[🔗](https://leetcode.romitsagu.com/solutions/110/)|| Tree, Depth-First Search, Binary Tree |
131
133
| 111. Minimum Depth Of Binary Tree |[🔗](https://leetcode.romitsagu.com/solutions/111/)|| Tree, Depth-First Search, Breadth-First Search, Binary Tree |
132
134
| 112. Path Sum |[🔗](https://leetcode.romitsagu.com/solutions/112/)|| Tree, Depth-First Search, Breadth-First Search, Binary Tree |
@@ -136,6 +138,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
136
138
| 116. Populating Next Right Pointers In Each Node |[🔗](https://leetcode.romitsagu.com/solutions/116/)|| Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
137
139
| 117. Populating Next Right Pointers In Each Node II |[🔗](https://leetcode.romitsagu.com/solutions/117/)|| Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
| 121. Best Time To Buy And Sell Stock |[🔗](https://leetcode.romitsagu.com/solutions/121/)|| Array, Dynamic Programming |
141
144
| 122. Best Time To Buy And Sell Stock II |[🔗](https://leetcode.romitsagu.com/solutions/122/)|| Array, Dynamic Programming, Greedy |
| 66. Plus One |[🔗](https://leetcode.romitsagu.com/solutions/66/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Math |
@@ -123,6 +124,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
123
124
| 104. Maximum Depth Of Binary Tree |[🔗](https://leetcode.romitsagu.com/solutions/104/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
124
125
| 105. Construct Binary Tree From Preorder And Inorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/105/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
125
126
| 106. Construct Binary Tree From Inorder And Postorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/106/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
127
+
| 108. Convert Sorted Array To Binary Search Tree |[🔗](https://leetcode.romitsagu.com/solutions/108/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Divide and Conquer, Tree, Binary Search Tree, Binary Tree |
126
128
| 110. Balanced Binary Tree |[🔗](https://leetcode.romitsagu.com/solutions/110/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Binary Tree |
127
129
| 111. Minimum Depth Of Binary Tree |[🔗](https://leetcode.romitsagu.com/solutions/111/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
128
130
| 112. Path Sum |[🔗](https://leetcode.romitsagu.com/solutions/112/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
@@ -132,6 +134,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
132
134
| 116. Populating Next Right Pointers In Each Node |[🔗](https://leetcode.romitsagu.com/solutions/116/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
133
135
| 117. Populating Next Right Pointers In Each Node II |[🔗](https://leetcode.romitsagu.com/solutions/117/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
| 121. Best Time To Buy And Sell Stock |[🔗](https://leetcode.romitsagu.com/solutions/121/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Dynamic Programming |
137
140
| 122. Best Time To Buy And Sell Stock II |[🔗](https://leetcode.romitsagu.com/solutions/122/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Greedy |
0 commit comments