Skip to content

Commit 6e53faa

Browse files
[Auto] Update LeetCode README table
1 parent 480351f commit 6e53faa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
521521
| 3277. Find The Number Of Ways To Place People II | [🔗](https://leetcode.romitsagu.com/solutions/3277/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Math, Geometry, Sorting, Enumeration |
522522
| 3278. Find The Number Of Ways To Place People I | [🔗](https://leetcode.romitsagu.com/solutions/3278/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Math, Geometry, Sorting, Enumeration |
523523
| 3279. Alice And Bob Playing Flower Game | [🔗](https://leetcode.romitsagu.com/solutions/3279/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Math |
524+
| 3305. Count Prefix And Suffix Pairs II | [🔗](https://leetcode.romitsagu.com/solutions/3305/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, String, Trie, Rolling Hash, String Matching, Hash Function |
524525
| 3335. Minimum Operations To Write The Letter Y On A Grid | [🔗](https://leetcode.romitsagu.com/solutions/3335/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Matrix, Counting |
525526
| 3336. Water Bottles II | [🔗](https://leetcode.romitsagu.com/solutions/3336/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Math, Simulation |
526527
| 3383. Taking Maximum Energy From The Mystic Dungeon | [🔗](https://leetcode.romitsagu.com/solutions/3383/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Prefix Sum |
@@ -531,6 +532,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
531532
| 3462. Vowels Game In A String | [🔗](https://leetcode.romitsagu.com/solutions/3462/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Math, String, Brainteaser, Game Theory |
532533
| 3501. Delete Nodes From Linked List Present In Array | [🔗](https://leetcode.romitsagu.com/solutions/3501/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Linked List |
533534
| 3581. The Two Sneaky Numbers Of Digitville | [🔗](https://leetcode.romitsagu.com/solutions/3581/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Hash Table, Math |
535+
| 3592. Find X Sum Of All K Long Subarrays II | [🔗](https://leetcode.romitsagu.com/solutions/3592/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Hash Table, Sliding Window, Heap (Priority Queue) |
534536
| 3610. Find X Sum Of All K Long Subarrays I | [🔗](https://leetcode.romitsagu.com/solutions/3610/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Hash Table, Sliding Window, Heap (Priority Queue) |
535537
| 3612. Adjacent Increasing Subarrays Detection I | [🔗](https://leetcode.romitsagu.com/solutions/3612/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array |
536538
| 3616. Make Array Elements Equal To Zero | [🔗](https://leetcode.romitsagu.com/solutions/3616/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Simulation, Prefix Sum |

Site_README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
517517
| 3277. Find The Number Of Ways To Place People II | [🔗](https://leetcode.romitsagu.com/solutions/3277/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Math, Geometry, Sorting, Enumeration |
518518
| 3278. Find The Number Of Ways To Place People I | [🔗](https://leetcode.romitsagu.com/solutions/3278/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Math, Geometry, Sorting, Enumeration |
519519
| 3279. Alice And Bob Playing Flower Game | [🔗](https://leetcode.romitsagu.com/solutions/3279/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Math |
520+
| 3305. Count Prefix And Suffix Pairs II | [🔗](https://leetcode.romitsagu.com/solutions/3305/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, String, Trie, Rolling Hash, String Matching, Hash Function |
520521
| 3335. Minimum Operations To Write The Letter Y On A Grid | [🔗](https://leetcode.romitsagu.com/solutions/3335/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Matrix, Counting |
521522
| 3336. Water Bottles II | [🔗](https://leetcode.romitsagu.com/solutions/3336/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Math, Simulation |
522523
| 3383. Taking Maximum Energy From The Mystic Dungeon | [🔗](https://leetcode.romitsagu.com/solutions/3383/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; 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
527528
| 3462. Vowels Game In A String | [🔗](https://leetcode.romitsagu.com/solutions/3462/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Math, String, Brainteaser, Game Theory |
528529
| 3501. Delete Nodes From Linked List Present In Array | [🔗](https://leetcode.romitsagu.com/solutions/3501/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Linked List |
529530
| 3581. The Two Sneaky Numbers Of Digitville | [🔗](https://leetcode.romitsagu.com/solutions/3581/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; 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/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Hash Table, Sliding Window, Heap (Priority Queue) |
530532
| 3610. Find X Sum Of All K Long Subarrays I | [🔗](https://leetcode.romitsagu.com/solutions/3610/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Hash Table, Sliding Window, Heap (Priority Queue) |
531533
| 3612. Adjacent Increasing Subarrays Detection I | [🔗](https://leetcode.romitsagu.com/solutions/3612/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array |
532534
| 3616. Make Array Elements Equal To Zero | [🔗](https://leetcode.romitsagu.com/solutions/3616/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Simulation, Prefix Sum |

0 commit comments

Comments
 (0)