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
@@ -521,6 +521,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
521
521
| 3277. Find The Number Of Ways To Place People II |[🔗](https://leetcode.romitsagu.com/solutions/3277/)|| Array, Math, Geometry, Sorting, Enumeration |
522
522
| 3278. Find The Number Of Ways To Place People I |[🔗](https://leetcode.romitsagu.com/solutions/3278/)|| Array, Math, Geometry, Sorting, Enumeration |
523
523
| 3279. Alice And Bob Playing Flower Game |[🔗](https://leetcode.romitsagu.com/solutions/3279/)|| Math |
524
+
| 3305. Count Prefix And Suffix Pairs II |[🔗](https://leetcode.romitsagu.com/solutions/3305/)|| Array, String, Trie, Rolling Hash, String Matching, Hash Function |
524
525
| 3335. Minimum Operations To Write The Letter Y On A Grid |[🔗](https://leetcode.romitsagu.com/solutions/3335/)|| Array, Hash Table, Matrix, Counting |
525
526
| 3336. Water Bottles II |[🔗](https://leetcode.romitsagu.com/solutions/3336/)|| Math, Simulation |
526
527
| 3383. Taking Maximum Energy From The Mystic Dungeon |[🔗](https://leetcode.romitsagu.com/solutions/3383/)|| Array, Prefix Sum |
@@ -531,6 +532,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
531
532
| 3462. Vowels Game In A String |[🔗](https://leetcode.romitsagu.com/solutions/3462/)|| Math, String, Brainteaser, Game Theory |
532
533
| 3501. Delete Nodes From Linked List Present In Array |[🔗](https://leetcode.romitsagu.com/solutions/3501/)|| Array, Hash Table, Linked List |
533
534
| 3581. The Two Sneaky Numbers Of Digitville |[🔗](https://leetcode.romitsagu.com/solutions/3581/)|| Array, Hash Table, Math |
535
+
| 3592. Find X Sum Of All K Long Subarrays II |[🔗](https://leetcode.romitsagu.com/solutions/3592/)|| Array, Hash Table, Sliding Window, Heap (Priority Queue) |
534
536
| 3610. Find X Sum Of All K Long Subarrays I |[🔗](https://leetcode.romitsagu.com/solutions/3610/)|| Array, Hash Table, Sliding Window, Heap (Priority Queue) |
535
537
| 3612. Adjacent Increasing Subarrays Detection I |[🔗](https://leetcode.romitsagu.com/solutions/3612/)|| Array |
536
538
| 3616. Make Array Elements Equal To Zero |[🔗](https://leetcode.romitsagu.com/solutions/3616/)|| Array, Simulation, Prefix Sum |
Copy file name to clipboardExpand all lines: Site_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
@@ -517,6 +517,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
517
517
| 3277. Find The Number Of Ways To Place People II |[🔗](https://leetcode.romitsagu.com/solutions/3277/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Math, Geometry, Sorting, Enumeration |
518
518
| 3278. Find The Number Of Ways To Place People I |[🔗](https://leetcode.romitsagu.com/solutions/3278/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Math, Geometry, Sorting, Enumeration |
519
519
| 3279. Alice And Bob Playing Flower Game |[🔗](https://leetcode.romitsagu.com/solutions/3279/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Math |
520
+
| 3305. Count Prefix And Suffix Pairs II |[🔗](https://leetcode.romitsagu.com/solutions/3305/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, String, Trie, Rolling Hash, String Matching, Hash Function |
520
521
| 3335. Minimum Operations To Write The Letter Y On A Grid |[🔗](https://leetcode.romitsagu.com/solutions/3335/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Matrix, Counting |
521
522
| 3336. Water Bottles II |[🔗](https://leetcode.romitsagu.com/solutions/3336/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Math, Simulation |
522
523
| 3383. Taking Maximum Energy From The Mystic Dungeon |[🔗](https://leetcode.romitsagu.com/solutions/3383/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Prefix Sum |
@@ -527,6 +528,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
527
528
| 3462. Vowels Game In A String |[🔗](https://leetcode.romitsagu.com/solutions/3462/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Math, String, Brainteaser, Game Theory |
528
529
| 3501. Delete Nodes From Linked List Present In Array |[🔗](https://leetcode.romitsagu.com/solutions/3501/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Linked List |
529
530
| 3581. The Two Sneaky Numbers Of Digitville |[🔗](https://leetcode.romitsagu.com/solutions/3581/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Hash Table, Math |
531
+
| 3592. Find X Sum Of All K Long Subarrays II |[🔗](https://leetcode.romitsagu.com/solutions/3592/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Hash Table, Sliding Window, Heap (Priority Queue) |
530
532
| 3610. Find X Sum Of All K Long Subarrays I |[🔗](https://leetcode.romitsagu.com/solutions/3610/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Hash Table, Sliding Window, Heap (Priority Queue) |
| 3616. Make Array Elements Equal To Zero |[🔗](https://leetcode.romitsagu.com/solutions/3616/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Simulation, Prefix Sum |
0 commit comments