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
| 748. Largest Number At Least Twice Of Others |[🔗](https://leetcode.romitsagu.com/solutions/748/)|| Array, Sorting |
| 767. Prime Number Of Set Bits In Binary Representation |[🔗](https://leetcode.romitsagu.com/solutions/767/)|| Math, Bit Manipulation |
349
350
| 774. Maximum Depth Of N Ary Tree |[🔗](https://leetcode.romitsagu.com/solutions/774/)|| Tree, Depth-First Search, Breadth-First Search |
350
351
| 775. N Ary Tree Preorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/775/)|| Stack, Tree, Depth-First Search |
351
352
| 776. N Ary Tree Postorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/776/)|| Stack, Tree, Depth-First Search |
| 782. Jewels And Stones |[🔗](https://leetcode.romitsagu.com/solutions/782/)|| Hash Table, String |
353
356
| 783. Search In A Binary Search Tree |[🔗](https://leetcode.romitsagu.com/solutions/783/)|| Tree, Binary Search Tree, Binary Tree |
354
357
| 784. Insert Into A Binary Search Tree |[🔗](https://leetcode.romitsagu.com/solutions/784/)|| Tree, Binary Search Tree, Binary Tree |
355
358
| 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 |
| 824. Number Of Lines To Write String |[🔗](https://leetcode.romitsagu.com/solutions/824/)|| Array, String |
362
369
| 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 |
372
+
| 837. Most Common Word |[🔗](https://leetcode.romitsagu.com/solutions/837/)|| Array, Hash Table, String, Counting |
365
373
| 867. New 21 Game |[🔗](https://leetcode.romitsagu.com/solutions/867/)|| Math, Dynamic Programming, Sliding Window, Probability and Statistics |
| 879. Maximize Distance To Closest Person |[🔗](https://leetcode.romitsagu.com/solutions/879/)|| Array |
@@ -434,6 +442,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
434
442
| 2432. Number Of Zero Filled Subarrays |[🔗](https://leetcode.romitsagu.com/solutions/2432/)|| Array, Math |
435
443
| 2497. Maximum Matching Of Players With Trainers |[🔗](https://leetcode.romitsagu.com/solutions/2497/)|| Array, Two Pointers, Greedy, Sorting |
436
444
| 2529. Range Product Queries Of Powers |[🔗](https://leetcode.romitsagu.com/solutions/2529/)|| Array, Bit Manipulation, Prefix Sum |
445
+
| 2661. Smallest Missing Non Negative Integer After Operations |[🔗](https://leetcode.romitsagu.com/solutions/2661/)|| Array, Hash Table, Math, Greedy |
| 2734. Array Prototype Last |[🔗](https://leetcode.romitsagu.com/solutions/2734/)|||
439
448
| 2758. Check If Object Instance Of Class |[🔗](https://leetcode.romitsagu.com/solutions/2758/)|||
| 748. Largest Number At Least Twice Of Others |[🔗](https://leetcode.romitsagu.com/solutions/748/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Sorting |
| 767. Prime Number Of Set Bits In Binary Representation |[🔗](https://leetcode.romitsagu.com/solutions/767/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Math, Bit Manipulation |
345
346
| 774. Maximum Depth Of N Ary Tree |[🔗](https://leetcode.romitsagu.com/solutions/774/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search |
346
347
| 775. N Ary Tree Preorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/775/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Stack, Tree, Depth-First Search |
347
348
| 776. N Ary Tree Postorder Traversal |[🔗](https://leetcode.romitsagu.com/solutions/776/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Stack, Tree, Depth-First Search |
| 830. Largest Triangle Area |[🔗](https://leetcode.romitsagu.com/solutions/830/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Math, Geometry |
368
+
| 837. Most Common Word |[🔗](https://leetcode.romitsagu.com/solutions/837/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Hash Table, String, Counting |
361
369
| 867. New 21 Game |[🔗](https://leetcode.romitsagu.com/solutions/867/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Math, Dynamic Programming, Sliding Window, Probability and Statistics |
| 879. Maximize Distance To Closest Person |[🔗](https://leetcode.romitsagu.com/solutions/879/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array |
@@ -430,6 +438,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
430
438
| 2432. Number Of Zero Filled Subarrays |[🔗](https://leetcode.romitsagu.com/solutions/2432/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Math |
431
439
| 2497. Maximum Matching Of Players With Trainers |[🔗](https://leetcode.romitsagu.com/solutions/2497/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Two Pointers, Greedy, Sorting |
432
440
| 2529. Range Product Queries Of Powers |[🔗](https://leetcode.romitsagu.com/solutions/2529/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Bit Manipulation, Prefix Sum |
| 2758. Check If Object Instance Of Class |[🔗](https://leetcode.romitsagu.com/solutions/2758/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> ||
0 commit comments