Skip to content

Commit 7c4437a

Browse files
[Auto] Update LeetCode README table
1 parent 45b816f commit 7c4437a

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
@@ -517,6 +517,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
517517
| 1972. Rotating The Box | [🔗](https://leetcode.romitsagu.com/solutions/1972/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Two Pointers, Matrix |
518518
| 2006. Find The Student That Will Replace The Chalk | [🔗](https://leetcode.romitsagu.com/solutions/2006/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Binary Search, Simulation, Prefix Sum |
519519
| 2023. Design Movie Rental System | [🔗](https://leetcode.romitsagu.com/solutions/2023/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Hash Table, Design, Heap (Priority Queue), Ordered Set |
520+
| 2037. Count Square Sum Triples | [🔗](https://leetcode.romitsagu.com/solutions/2037/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math, Enumeration |
520521
| 2059. Unique Length 3 Palindromic Subsequences | [🔗](https://leetcode.romitsagu.com/solutions/2059/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Hash Table, String, Bit Manipulation, Prefix Sum |
521522
| 2076. Sum Of Digits Of String After Convert | [🔗](https://leetcode.romitsagu.com/solutions/2076/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | String, Simulation |
522523
| 2096. Find The Longest Valid Obstacle Course At Each Position | [🔗](https://leetcode.romitsagu.com/solutions/2096/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Binary Search, Binary Indexed Tree |

Site_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
513513
| 1972. Rotating The Box | [🔗](https://leetcode.romitsagu.com/solutions/1972/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Two Pointers, Matrix |
514514
| 2006. Find The Student That Will Replace The Chalk | [🔗](https://leetcode.romitsagu.com/solutions/2006/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Binary Search, Simulation, Prefix Sum |
515515
| 2023. Design Movie Rental System | [🔗](https://leetcode.romitsagu.com/solutions/2023/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Hash Table, Design, Heap (Priority Queue), Ordered Set |
516+
| 2037. Count Square Sum Triples | [🔗](https://leetcode.romitsagu.com/solutions/2037/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math, Enumeration |
516517
| 2059. Unique Length 3 Palindromic Subsequences | [🔗](https://leetcode.romitsagu.com/solutions/2059/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Hash Table, String, Bit Manipulation, Prefix Sum |
517518
| 2076. Sum Of Digits Of String After Convert | [🔗](https://leetcode.romitsagu.com/solutions/2076/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | String, Simulation |
518519
| 2096. Find The Longest Valid Obstacle Course At Each Position | [🔗](https://leetcode.romitsagu.com/solutions/2096/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Binary Search, Binary Indexed Tree |

0 commit comments

Comments
 (0)