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
| 80. Remove Duplicates From Sorted Array II |[🔗](https://leetcode.romitsagu.com/solutions/80/)|| Array, Two Pointers |
114
115
| 81. Search In Rotated Sorted Array II |[🔗](https://leetcode.romitsagu.com/solutions/81/)|| Array, Binary Search |
115
116
| 84. Largest Rectangle In Histogram |[🔗](https://leetcode.romitsagu.com/solutions/84/)|| Array, Stack, Monotonic Stack |
| 89. Gray Code |[🔗](https://leetcode.romitsagu.com/solutions/89/)|| Math, Backtracking, Bit Manipulation |
118
119
| 90. Subsets II |[🔗](https://leetcode.romitsagu.com/solutions/90/)|| Array, Backtracking, Bit Manipulation |
120
+
| 94. Binary Tree Inorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/94/)|| Stack, Tree, Depth-First Search, Binary Tree |
121
+
| 98. Validate Binary Search Tree |[🔗](https://leetcode.romitsagu.com/solutions/98/)|| Tree, Depth-First Search, Binary Search Tree, Binary Tree |
119
122
| 105. Construct Binary Tree From Preorder And Inorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/105/)|| Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
120
123
| 106. Construct Binary Tree From Inorder And Postorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/106/)|| Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
@@ -229,7 +232,10 @@ If you want to use this project follow the steps [here](https://github.com/NineP
229
232
| 601. Human Traffic Of Stadium |[🔗](https://leetcode.romitsagu.com/solutions/601/)|| Database |
230
233
| 602. Friend Requests II Who Has The Most Friends |[🔗](https://leetcode.romitsagu.com/solutions/602/)|| Database |
231
234
| 607. Sales Person |[🔗](https://leetcode.romitsagu.com/solutions/607/)|| Database |
235
+
| 608. Tree Node |[🔗](https://leetcode.romitsagu.com/solutions/608/)|| Database |
| 611. Valid Triangle Number |[🔗](https://leetcode.romitsagu.com/solutions/611/)|| Array, Two Pointers, Binary Search, Greedy, Sorting |
238
+
| 619. Biggest Single Number |[🔗](https://leetcode.romitsagu.com/solutions/619/)|| Database |
| 646. Maximum Length Of Pair Chain |[🔗](https://leetcode.romitsagu.com/solutions/646/)|| Array, Dynamic Programming, Greedy, Sorting |
235
241
| 658. Find K Closest Elements |[🔗](https://leetcode.romitsagu.com/solutions/658/)|| Array, Two Pointers, Binary Search, Sliding Window, Sorting, Heap (Priority Queue) |
@@ -240,9 +246,11 @@ If you want to use this project follow the steps [here](https://github.com/NineP
240
246
| 712. Minimum Ascii Delete Sum For Two Strings |[🔗](https://leetcode.romitsagu.com/solutions/712/)|| String, Dynamic Programming |
241
247
| 714. Best Time To Buy And Sell Stock With Transaction Fee |[🔗](https://leetcode.romitsagu.com/solutions/714/)|| Array, Dynamic Programming, Greedy |
| 789. Kth Largest Element In A Stream |[🔗](https://leetcode.romitsagu.com/solutions/789/)|| Tree, Design, Binary Search Tree, Heap (Priority Queue), Binary Tree, Data Stream |
253
+
| 802. K Th Smallest Prime Fraction |[🔗](https://leetcode.romitsagu.com/solutions/802/)|| Array, Two Pointers, Binary Search, Sorting, Heap (Priority Queue) |
246
254
| 826. Soup Servings |[🔗](https://leetcode.romitsagu.com/solutions/826/)|| Math, Dynamic Programming, Probability and Statistics |
| 830. Largest Triangle Area |[🔗](https://leetcode.romitsagu.com/solutions/830/)|| Array, Math, Geometry |
@@ -225,7 +228,10 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
225
228
| 601. Human Traffic Of Stadium |[🔗](https://leetcode.romitsagu.com/solutions/601/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Database |
226
229
| 602. Friend Requests II Who Has The Most Friends |[🔗](https://leetcode.romitsagu.com/solutions/602/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Database |
| 646. Maximum Length Of Pair Chain |[🔗](https://leetcode.romitsagu.com/solutions/646/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Greedy, Sorting |
231
237
| 658. Find K Closest Elements |[🔗](https://leetcode.romitsagu.com/solutions/658/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Two Pointers, Binary Search, Sliding Window, Sorting, Heap (Priority Queue) |
@@ -236,9 +242,11 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
236
242
| 712. Minimum Ascii Delete Sum For Two Strings |[🔗](https://leetcode.romitsagu.com/solutions/712/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | String, Dynamic Programming |
237
243
| 714. Best Time To Buy And Sell Stock With Transaction Fee |[🔗](https://leetcode.romitsagu.com/solutions/714/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Greedy |
0 commit comments