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
| 899. Binary Gap |[🔗](https://leetcode.romitsagu.com/solutions/899/)|| Bit Manipulation |
430
430
| 900. Reordered Power Of 2 |[🔗](https://leetcode.romitsagu.com/solutions/900/)|| Hash Table, Math, Sorting, Counting, Enumeration |
431
+
| 904. Leaf Similar Trees |[🔗](https://leetcode.romitsagu.com/solutions/904/)|| Tree, Depth-First Search, Binary Tree |
431
432
| 908. Middle Of The Linked List |[🔗](https://leetcode.romitsagu.com/solutions/908/)|| Linked List, Two Pointers |
432
433
| 940. Fruit Into Baskets |[🔗](https://leetcode.romitsagu.com/solutions/940/)|| Array, Hash Table, Sliding Window |
@@ -486,6 +487,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
486
487
| 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 |
490
+
| 2169. Simple Bank System |[🔗](https://leetcode.romitsagu.com/solutions/2169/)|| Array, Hash Table, Design, Simulation |
489
491
| 2174. Next Greater Numerically Balanced Number |[🔗](https://leetcode.romitsagu.com/solutions/2174/)|| Hash Table, Math, Backtracking, Counting, Enumeration |
490
492
| 2229. Maximum Fruits Harvested After At Most K Steps |[🔗](https://leetcode.romitsagu.com/solutions/2229/)|| Array, Binary Search, Sliding Window, Prefix Sum |
491
493
| 2307. Replace Non Coprime Numbers In Array |[🔗](https://leetcode.romitsagu.com/solutions/2307/)|| Array, Math, Stack, Number Theory |
| 899. Binary Gap |[🔗](https://leetcode.romitsagu.com/solutions/899/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Bit Manipulation |
426
426
| 900. Reordered Power Of 2 |[🔗](https://leetcode.romitsagu.com/solutions/900/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Hash Table, Math, Sorting, Counting, Enumeration |
427
+
| 904. Leaf Similar Trees |[🔗](https://leetcode.romitsagu.com/solutions/904/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Binary Tree |
427
428
| 908. Middle Of The Linked List |[🔗](https://leetcode.romitsagu.com/solutions/908/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Linked List, Two Pointers |
428
429
| 940. Fruit Into Baskets |[🔗](https://leetcode.romitsagu.com/solutions/940/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Sliding Window |
@@ -482,6 +483,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
482
483
| 2102. Find The Middle Index In Array |[🔗](https://leetcode.romitsagu.com/solutions/2102/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Prefix Sum |
| 2137. Final Value Of Variable After Performing Operations |[🔗](https://leetcode.romitsagu.com/solutions/2137/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, String, Simulation |
486
+
| 2169. Simple Bank System |[🔗](https://leetcode.romitsagu.com/solutions/2169/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Design, Simulation |
485
487
| 2174. Next Greater Numerically Balanced Number |[🔗](https://leetcode.romitsagu.com/solutions/2174/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Hash Table, Math, Backtracking, Counting, Enumeration |
486
488
| 2229. Maximum Fruits Harvested After At Most K Steps |[🔗](https://leetcode.romitsagu.com/solutions/2229/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Binary Search, Sliding Window, Prefix Sum |
487
489
| 2307. Replace Non Coprime Numbers In Array |[🔗](https://leetcode.romitsagu.com/solutions/2307/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Math, Stack, Number Theory |
0 commit comments