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
| 679. 24 Game |[🔗](https://leetcode.romitsagu.com/solutions/679/)|| Array, Math, Backtracking |
330
+
| 680. Valid Palindrome II |[🔗](https://leetcode.romitsagu.com/solutions/680/)|| Two Pointers, String, Greedy |
331
+
| 682. Baseball Game |[🔗](https://leetcode.romitsagu.com/solutions/682/)|| Array, Stack, Simulation |
330
332
| 692. Top K Frequent Words |[🔗](https://leetcode.romitsagu.com/solutions/692/)|| Array, Hash Table, String, Trie, Sorting, Heap (Priority Queue), Bucket Sort, Counting |
333
+
| 693. Binary Number With Alternating Bits |[🔗](https://leetcode.romitsagu.com/solutions/693/)|| Bit Manipulation |
334
+
| 696. Count Binary Substrings |[🔗](https://leetcode.romitsagu.com/solutions/696/)|| Two Pointers, String |
335
+
| 697. Degree Of An Array |[🔗](https://leetcode.romitsagu.com/solutions/697/)|| Array, Hash Table |
331
336
| 712. Minimum Ascii Delete Sum For Two Strings |[🔗](https://leetcode.romitsagu.com/solutions/712/)|| String, Dynamic Programming |
332
337
| 714. Best Time To Buy And Sell Stock With Transaction Fee |[🔗](https://leetcode.romitsagu.com/solutions/714/)|| Array, Dynamic Programming, Greedy |
338
+
| 717. 1 Bit And 2 Bit Characters |[🔗](https://leetcode.romitsagu.com/solutions/717/)|| Array |
339
+
| 724. Find Pivot Index |[🔗](https://leetcode.romitsagu.com/solutions/724/)|| Array, Prefix Sum |
340
+
| 728. Self Dividing Numbers |[🔗](https://leetcode.romitsagu.com/solutions/728/)|| Math |
| 748. Largest Number At Least Twice Of Others |[🔗](https://leetcode.romitsagu.com/solutions/748/)|| Array, Sorting |
337
348
| 774. Maximum Depth Of N Ary Tree |[🔗](https://leetcode.romitsagu.com/solutions/774/)|| Tree, Depth-First Search, Breadth-First Search |
338
349
| 775. N Ary Tree Preorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/775/)|| Stack, Tree, Depth-First Search |
339
350
| 776. N Ary Tree Postorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/776/)|| Stack, Tree, Depth-First Search |
| 783. Search In A Binary Search Tree |[🔗](https://leetcode.romitsagu.com/solutions/783/)|| Tree, Binary Search Tree, Binary Tree |
353
+
| 784. Insert Into A Binary Search Tree |[🔗](https://leetcode.romitsagu.com/solutions/784/)|| Tree, Binary Search Tree, Binary Tree |
341
354
| 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 |
| 830. Largest Triangle Area |[🔗](https://leetcode.romitsagu.com/solutions/830/)|| Array, Math, Geometry |
@@ -404,6 +419,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
404
419
| 2023. Design Movie Rental System |[🔗](https://leetcode.romitsagu.com/solutions/2023/)|| Array, Hash Table, Design, Heap (Priority Queue), Ordered Set |
405
420
| 2076. Sum Of Digits Of String After Convert |[🔗](https://leetcode.romitsagu.com/solutions/2076/)|| String, Simulation |
406
421
| 2096. Find The Longest Valid Obstacle Course At Each Position |[🔗](https://leetcode.romitsagu.com/solutions/2096/)|| Array, Binary Search, Binary Indexed Tree |
422
+
| 2102. Find The Middle Index In Array |[🔗](https://leetcode.romitsagu.com/solutions/2102/)|| Array, Prefix Sum |
| 2174. Next Greater Numerically Balanced Number |[🔗](https://leetcode.romitsagu.com/solutions/2174/)|| Hash Table, Math, Backtracking, Counting, Enumeration |
409
425
| 2229. Maximum Fruits Harvested After At Most K Steps |[🔗](https://leetcode.romitsagu.com/solutions/2229/)|| Array, Binary Search, Sliding Window, Prefix Sum |
@@ -435,6 +451,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
435
451
| 3461. Find The Minimum Area To Cover All Ones I |[🔗](https://leetcode.romitsagu.com/solutions/3461/)|| Array, Matrix |
436
452
| 3462. Vowels Game In A String |[🔗](https://leetcode.romitsagu.com/solutions/3462/)|| Math, String, Brainteaser, Game Theory |
437
453
| 3612. Adjacent Increasing Subarrays Detection I |[🔗](https://leetcode.romitsagu.com/solutions/3612/)|| Array |
| 3648. Find The Maximum Number Of Fruits Collected |[🔗](https://leetcode.romitsagu.com/solutions/3648/)|| Array, Dynamic Programming, Matrix |
0 commit comments