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
| 58. Length Of Last Word |[🔗](https://leetcode.romitsagu.com/solutions/58/)|| String |
101
101
| 59. Spiral Matrix II |[🔗](https://leetcode.romitsagu.com/solutions/59/)|| Array, Matrix, Simulation |
102
+
| 61. Rotate List |[🔗](https://leetcode.romitsagu.com/solutions/61/)|| Linked List, Two Pointers |
@@ -248,6 +249,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
248
249
| 324. Wiggle Sort II |[🔗](https://leetcode.romitsagu.com/solutions/324/)|| Array, Divide and Conquer, Greedy, Sorting, Quickselect |
249
250
| 326. Power Of Three |[🔗](https://leetcode.romitsagu.com/solutions/326/)|| Math, Recursion |
250
251
| 327. Count Of Range Sum |[🔗](https://leetcode.romitsagu.com/solutions/327/)|| Array, Binary Search, Divide and Conquer, Binary Indexed Tree, Segment Tree, Merge Sort, Ordered Set |
252
+
| 328. Odd Even Linked List |[🔗](https://leetcode.romitsagu.com/solutions/328/)|| Linked List |
| 338. Counting Bits |[🔗](https://leetcode.romitsagu.com/solutions/338/)|| Dynamic Programming, Bit Manipulation |
@@ -471,6 +473,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
471
473
| 1675. Magnetic Force Between Two Balls |[🔗](https://leetcode.romitsagu.com/solutions/1675/)|| Array, Binary Search, Sorting |
| 1765. Merge In Between Linked Lists |[🔗](https://leetcode.romitsagu.com/solutions/1765/)|| Linked List |
476
+
| 1817. Calculate Money In Leetcode Bank |[🔗](https://leetcode.romitsagu.com/solutions/1817/)|| Math |
| 1834. Minimum Number Of People To Teach |[🔗](https://leetcode.romitsagu.com/solutions/1834/)|| Array, Hash Table, Greedy |
476
479
| 1908. Recyclable And Low Fat Products |[🔗](https://leetcode.romitsagu.com/solutions/1908/)|| Database |
| 58. Length Of Last Word |[🔗](https://leetcode.romitsagu.com/solutions/58/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | String |
@@ -244,6 +245,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
244
245
| 324. Wiggle Sort II |[🔗](https://leetcode.romitsagu.com/solutions/324/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Divide and Conquer, Greedy, Sorting, Quickselect |
245
246
| 326. Power Of Three |[🔗](https://leetcode.romitsagu.com/solutions/326/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Math, Recursion |
246
247
| 327. Count Of Range Sum |[🔗](https://leetcode.romitsagu.com/solutions/327/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Binary Search, Divide and Conquer, Binary Indexed Tree, Segment Tree, Merge Sort, Ordered Set |
248
+
| 328. Odd Even Linked List |[🔗](https://leetcode.romitsagu.com/solutions/328/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Linked List |
@@ -467,6 +469,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
467
469
| 1675. Magnetic Force Between Two Balls |[🔗](https://leetcode.romitsagu.com/solutions/1675/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Binary Search, Sorting |
| 1765. Merge In Between Linked Lists |[🔗](https://leetcode.romitsagu.com/solutions/1765/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Linked List |
472
+
| 1817. Calculate Money In Leetcode Bank |[🔗](https://leetcode.romitsagu.com/solutions/1817/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Math |
| 1834. Minimum Number Of People To Teach |[🔗](https://leetcode.romitsagu.com/solutions/1834/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Greedy |
0 commit comments