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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -479,6 +479,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
479
479
| 1642. Water Bottles |[🔗](https://leetcode.romitsagu.com/solutions/1642/)|| Math, Simulation |
480
480
| 1675. Magnetic Force Between Two Balls |[🔗](https://leetcode.romitsagu.com/solutions/1675/)|| Array, Binary Search, Sorting |
481
481
| 1700. Minimum Time To Make Rope Colorful |[🔗](https://leetcode.romitsagu.com/solutions/1700/)|| Array, String, Dynamic Programming, Greedy |
482
+
| 1732. Minimum One Bit Operations To Make Integers Zero |[🔗](https://leetcode.romitsagu.com/solutions/1732/)|| Dynamic Programming, Bit Manipulation, Memoization |
| 1765. Merge In Between Linked Lists |[🔗](https://leetcode.romitsagu.com/solutions/1765/)|| Linked List |
484
485
| 1817. Calculate Money In Leetcode Bank |[🔗](https://leetcode.romitsagu.com/solutions/1817/)|| Math |
@@ -511,6 +512,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
511
512
| 2432. Number Of Zero Filled Subarrays |[🔗](https://leetcode.romitsagu.com/solutions/2432/)|| Array, Math |
512
513
| 2497. Maximum Matching Of Players With Trainers |[🔗](https://leetcode.romitsagu.com/solutions/2497/)|| Array, Two Pointers, Greedy, Sorting |
513
514
| 2529. Range Product Queries Of Powers |[🔗](https://leetcode.romitsagu.com/solutions/2529/)|| Array, Bit Manipulation, Prefix Sum |
515
+
| 2618. Maximize The Minimum Powered City |[🔗](https://leetcode.romitsagu.com/solutions/2618/)|| Array, Binary Search, Greedy, Queue, Sliding Window, Prefix Sum |
514
516
| 2661. Smallest Missing Non Negative Integer After Operations |[🔗](https://leetcode.romitsagu.com/solutions/2661/)|| Array, Hash Table, Math, Greedy |
| 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 |
477
477
| 1700. Minimum Time To Make Rope Colorful |[🔗](https://leetcode.romitsagu.com/solutions/1700/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, String, Dynamic Programming, Greedy |
478
+
| 1732. Minimum One Bit Operations To Make Integers Zero |[🔗](https://leetcode.romitsagu.com/solutions/1732/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Dynamic Programming, Bit Manipulation, Memoization |
| 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 |
480
481
| 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 |
@@ -507,6 +508,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
507
508
| 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 |
508
509
| 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 |
509
510
| 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 |
511
+
| 2618. Maximize The Minimum Powered City |[🔗](https://leetcode.romitsagu.com/solutions/2618/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Binary Search, Greedy, Queue, Sliding Window, Prefix Sum |
0 commit comments