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 |
@@ -144,6 +145,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
144
145
| 122. Best Time To Buy And Sell Stock II |[🔗](https://leetcode.romitsagu.com/solutions/122/)|| Array, Dynamic Programming, Greedy |
145
146
| 123. Best Time To Buy And Sell Stock III |[🔗](https://leetcode.romitsagu.com/solutions/123/)|| Array, Dynamic Programming |
146
147
| 125. Valid Palindrome |[🔗](https://leetcode.romitsagu.com/solutions/125/)|| Two Pointers, String |
| 129. Sum Root To Leaf Numbers |[🔗](https://leetcode.romitsagu.com/solutions/129/)|| Tree, Depth-First Search, Binary Tree |
148
150
| 130. Surrounded Regions |[🔗](https://leetcode.romitsagu.com/solutions/130/)|| Array, Depth-First Search, Breadth-First Search, Union Find, Matrix |
| 154. Find Minimum In Rotated Sorted Array II |[🔗](https://leetcode.romitsagu.com/solutions/154/)|| Array, Binary Search |
163
+
| 160. Intersection Of Two Linked Lists |[🔗](https://leetcode.romitsagu.com/solutions/160/)|| Hash Table, Linked List, Two Pointers |
161
164
| 162. Find Peak Element |[🔗](https://leetcode.romitsagu.com/solutions/162/)|| Array, Binary Search |
162
165
| 165. Compare Version Numbers |[🔗](https://leetcode.romitsagu.com/solutions/165/)|| Two Pointers, String |
| 167. Two Sum II Input Array Is Sorted |[🔗](https://leetcode.romitsagu.com/solutions/167/)|| Array, Two Pointers, Binary Search |
168
+
| 168. Excel Sheet Column Title |[🔗](https://leetcode.romitsagu.com/solutions/168/)|| Math, String |
165
169
| 169. Majority Element |[🔗](https://leetcode.romitsagu.com/solutions/169/)|| Array, Hash Table, Divide and Conquer, Sorting, Counting |
170
+
| 171. Excel Sheet Column Number |[🔗](https://leetcode.romitsagu.com/solutions/171/)|| Math, String |
166
171
| 175. Combine Two Tables |[🔗](https://leetcode.romitsagu.com/solutions/175/)|| Database |
167
172
| 176. Second Highest Salary |[🔗](https://leetcode.romitsagu.com/solutions/176/)|| Database |
| 215. Kth Largest Element In An Array |[🔗](https://leetcode.romitsagu.com/solutions/215/)|| Array, Divide and Conquer, Sorting, Heap (Priority Queue), Quickselect |
197
+
| 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 |
| 794. Swim In Rising Water |[🔗](https://leetcode.romitsagu.com/solutions/794/)|| Array, Binary Search, Depth-First Search, Breadth-First Search, Union Find, Heap (Priority Queue), Matrix |
362
368
| 799. Minimum Distance Between Bst Nodes |[🔗](https://leetcode.romitsagu.com/solutions/799/)|| Tree, Depth-First Search, Breadth-First Search, Binary Search Tree, Binary Tree |
369
+
| 800. Letter Case Permutation |[🔗](https://leetcode.romitsagu.com/solutions/800/)|| String, Backtracking, Bit Manipulation |
363
370
| 802. K Th Smallest Prime Fraction |[🔗](https://leetcode.romitsagu.com/solutions/802/)|| Array, Two Pointers, Binary Search, Sorting, Heap (Priority Queue) |
@@ -469,6 +476,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
469
476
| 3462. Vowels Game In A String |[🔗](https://leetcode.romitsagu.com/solutions/3462/)|| Math, String, Brainteaser, Game Theory |
470
477
| 3612. Adjacent Increasing Subarrays Detection I |[🔗](https://leetcode.romitsagu.com/solutions/3612/)|| Array |
| 3620. Maximum Number Of Distinct Elements After Operations |[🔗](https://leetcode.romitsagu.com/solutions/3620/)|| Array, Greedy, Sorting |
472
480
| 3648. Find The Maximum Number Of Fruits Collected |[🔗](https://leetcode.romitsagu.com/solutions/3648/)|| Array, Dynamic Programming, Matrix |
0 commit comments