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
| 89. Gray Code |[🔗](https://leetcode.romitsagu.com/solutions/89/)|| Math, Backtracking, Bit Manipulation |
122
123
| 90. Subsets II |[🔗](https://leetcode.romitsagu.com/solutions/90/)|| Array, Backtracking, Bit Manipulation |
| 154. Find Minimum In Rotated Sorted Array II |[🔗](https://leetcode.romitsagu.com/solutions/154/)|| Array, Binary Search |
165
168
| 160. Intersection Of Two Linked Lists |[🔗](https://leetcode.romitsagu.com/solutions/160/)|| Hash Table, Linked List, Two Pointers |
@@ -198,13 +201,15 @@ If you want to use this project follow the steps [here](https://github.com/NineP
| 213. House Robber II |[🔗](https://leetcode.romitsagu.com/solutions/213/)|| Array, Dynamic Programming |
201
205
| 215. Kth Largest Element In An Array |[🔗](https://leetcode.romitsagu.com/solutions/215/)|| Array, Divide and Conquer, Sorting, Heap (Priority Queue), Quickselect |
202
206
| 216. Combination Sum III |[🔗](https://leetcode.romitsagu.com/solutions/216/)|| Array, Backtracking |
| 218. The Skyline Problem |[🔗](https://leetcode.romitsagu.com/solutions/218/)|| Array, Divide and Conquer, Binary Indexed Tree, Segment Tree, Line Sweep, Sorting, Heap (Priority Queue), Ordered Set |
| 222. Count Complete Tree Nodes |[🔗](https://leetcode.romitsagu.com/solutions/222/)|| Binary Search, Bit Manipulation, Tree, Binary Tree |
| 226. Invert Binary Tree |[🔗](https://leetcode.romitsagu.com/solutions/226/)|| Tree, Depth-First Search, Breadth-First Search, Binary Tree |
209
214
| 231. Power Of Two |[🔗](https://leetcode.romitsagu.com/solutions/231/)|| Math, Bit Manipulation, Recursion |
210
215
| 234. Palindrome Linked List |[🔗](https://leetcode.romitsagu.com/solutions/234/)|| Linked List, Two Pointers, Stack, Recursion |
@@ -227,6 +232,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
227
232
| 315. Count Of Smaller Numbers After Self |[🔗](https://leetcode.romitsagu.com/solutions/315/)|| Array, Binary Search, Divide and Conquer, Binary Indexed Tree, Segment Tree, Merge Sort, Ordered Set |
| 321. Create Maximum Number |[🔗](https://leetcode.romitsagu.com/solutions/321/)|| Array, Two Pointers, Stack, Greedy, Monotonic Stack |
| 324. Wiggle Sort II |[🔗](https://leetcode.romitsagu.com/solutions/324/)|| Array, Divide and Conquer, Greedy, Sorting, Quickselect |
231
237
| 326. Power Of Three |[🔗](https://leetcode.romitsagu.com/solutions/326/)|| Math, Recursion |
232
238
| 327. Count Of Range Sum |[🔗](https://leetcode.romitsagu.com/solutions/327/)|| Array, Binary Search, Divide and Conquer, Binary Indexed Tree, Segment Tree, Merge Sort, Ordered Set |
@@ -246,6 +252,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
246
252
| 373. Find K Pairs With Smallest Sums |[🔗](https://leetcode.romitsagu.com/solutions/373/)|| Array, Heap (Priority Queue) |
247
253
| 374. Guess Number Higher Or Lower |[🔗](https://leetcode.romitsagu.com/solutions/374/)|| Binary Search, Interactive |
| 377. Combination Sum IV |[🔗](https://leetcode.romitsagu.com/solutions/377/)|| Array, Dynamic Programming |
249
256
| 378. Kth Smallest Element In A Sorted Matrix |[🔗](https://leetcode.romitsagu.com/solutions/378/)|| Array, Binary Search, Sorting, Heap (Priority Queue), Matrix |
250
257
| 389. Find The Difference |[🔗](https://leetcode.romitsagu.com/solutions/389/)|| Hash Table, String, Bit Manipulation, Sorting |
251
258
| 392. Is Subsequence |[🔗](https://leetcode.romitsagu.com/solutions/392/)|| Two Pointers, String, Dynamic Programming |
@@ -451,6 +458,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
451
458
| 2096. Find The Longest Valid Obstacle Course At Each Position |[🔗](https://leetcode.romitsagu.com/solutions/2096/)|| Array, Binary Search, Binary Indexed Tree |
452
459
| 2102. Find The Middle Index In Array |[🔗](https://leetcode.romitsagu.com/solutions/2102/)|| Array, Prefix Sum |
| 2137. Final Value Of Variable After Performing Operations |[🔗](https://leetcode.romitsagu.com/solutions/2137/)|| Array, String, Simulation |
454
462
| 2174. Next Greater Numerically Balanced Number |[🔗](https://leetcode.romitsagu.com/solutions/2174/)|| Hash Table, Math, Backtracking, Counting, Enumeration |
455
463
| 2229. Maximum Fruits Harvested After At Most K Steps |[🔗](https://leetcode.romitsagu.com/solutions/2229/)|| Array, Binary Search, Sliding Window, Prefix Sum |
456
464
| 2307. Replace Non Coprime Numbers In Array |[🔗](https://leetcode.romitsagu.com/solutions/2307/)|| Array, Math, Stack, Number Theory |
0 commit comments