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
| 405. Convert A Number To Hexadecimal |[🔗](https://leetcode.romitsagu.com/solutions/405/)|| Math, String, Bit Manipulation |
208
+
| 407. Trapping Rain Water II |[🔗](https://leetcode.romitsagu.com/solutions/407/)|| Array, Breadth-First Search, Heap (Priority Queue), Matrix |
| 410. Split Array Largest Sum |[🔗](https://leetcode.romitsagu.com/solutions/410/)|| Array, Binary Search, Dynamic Programming, Greedy, Prefix Sum |
210
211
| 421. Maximum Xor Of Two Numbers In An Array |[🔗](https://leetcode.romitsagu.com/solutions/421/)|| Array, Hash Table, Bit Manipulation, Trie |
@@ -236,7 +237,10 @@ If you want to use this project follow the steps [here](https://github.com/NineP
| 611. Valid Triangle Number |[🔗](https://leetcode.romitsagu.com/solutions/611/)|| Array, Two Pointers, Binary Search, Greedy, Sorting |
238
239
| 619. Biggest Single Number |[🔗](https://leetcode.romitsagu.com/solutions/619/)|| Database |
240
+
| 620. Not Boring Movies |[🔗](https://leetcode.romitsagu.com/solutions/620/)|| Database |
| 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
257
| 802. K Th Smallest Prime Fraction |[🔗](https://leetcode.romitsagu.com/solutions/802/)|| Array, Two Pointers, Binary Search, Sorting, Heap (Priority Queue) |
| 830. Largest Triangle Area |[🔗](https://leetcode.romitsagu.com/solutions/830/)|| Array, Math, Geometry |
| 405. Convert A Number To Hexadecimal |[🔗](https://leetcode.romitsagu.com/solutions/405/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Math, String, Bit Manipulation |
204
+
| 407. Trapping Rain Water II |[🔗](https://leetcode.romitsagu.com/solutions/407/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Breadth-First Search, Heap (Priority Queue), Matrix |
| 410. Split Array Largest Sum |[🔗](https://leetcode.romitsagu.com/solutions/410/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Binary Search, Dynamic Programming, Greedy, Prefix Sum |
206
207
| 421. Maximum Xor Of Two Numbers In An Array |[🔗](https://leetcode.romitsagu.com/solutions/421/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Bit Manipulation, Trie |
@@ -232,7 +233,10 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
0 commit comments