Skip to content

Commit 41f3904

Browse files
[Auto] Update LeetCode README table
1 parent 70388c4 commit 41f3904

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
522522
| 3459. Find The Minimum Area To Cover All Ones II | [🔗](https://leetcode.romitsagu.com/solutions/3459/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Matrix, Enumeration |
523523
| 3461. Find The Minimum Area To Cover All Ones I | [🔗](https://leetcode.romitsagu.com/solutions/3461/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Matrix |
524524
| 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 |
525+
| 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 |
525526
| 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 |
526527
| 3612. Adjacent Increasing Subarrays Detection I | [🔗](https://leetcode.romitsagu.com/solutions/3612/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array |
527528
| 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
518518
| 3459. Find The Minimum Area To Cover All Ones II | [🔗](https://leetcode.romitsagu.com/solutions/3459/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Matrix, Enumeration |
519519
| 3461. Find The Minimum Area To Cover All Ones I | [🔗](https://leetcode.romitsagu.com/solutions/3461/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Matrix |
520520
| 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 |
521+
| 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 |
521522
| 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 |
522523
| 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 |
523524
| 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)