Skip to content

Commit 75f974e

Browse files
[Auto] Update LeetCode README table
1 parent b34f310 commit 75f974e

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
@@ -438,6 +438,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
438438
| 904. Leaf Similar Trees | [🔗](https://leetcode.romitsagu.com/solutions/904/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Depth-First Search, Binary Tree |
439439
| 908. Middle Of The Linked List | [🔗](https://leetcode.romitsagu.com/solutions/908/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Linked List, Two Pointers |
440440
| 919. Projection Area Of 3d Shapes | [🔗](https://leetcode.romitsagu.com/solutions/919/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Math, Geometry, Matrix |
441+
| 920. Uncommon Words From Two Sentences | [🔗](https://leetcode.romitsagu.com/solutions/920/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Hash Table, String, Counting |
441442
| 940. Fruit Into Baskets | [🔗](https://leetcode.romitsagu.com/solutions/940/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Sliding Window |
442443
| 967. Minimum Falling Path Sum | [🔗](https://leetcode.romitsagu.com/solutions/967/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Dynamic Programming, Matrix |
443444
| 1006. Vowel Spellchecker | [🔗](https://leetcode.romitsagu.com/solutions/1006/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, String |
@@ -524,6 +525,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
524525
| 2429. Design A Food Rating System | [🔗](https://leetcode.romitsagu.com/solutions/2429/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, String, Design, Heap (Priority Queue), Ordered Set |
525526
| 2432. Number Of Zero Filled Subarrays | [🔗](https://leetcode.romitsagu.com/solutions/2432/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Math |
526527
| 2497. Maximum Matching Of Players With Trainers | [🔗](https://leetcode.romitsagu.com/solutions/2497/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Two Pointers, Greedy, Sorting |
528+
| 2521. Paths In Matrix Whose Sum Is Divisible By K | [🔗](https://leetcode.romitsagu.com/solutions/2521/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Dynamic Programming, Matrix |
527529
| 2529. Range Product Queries Of Powers | [🔗](https://leetcode.romitsagu.com/solutions/2529/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Bit Manipulation, Prefix Sum |
528530
| 2618. Maximize The Minimum Powered City | [🔗](https://leetcode.romitsagu.com/solutions/2618/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Binary Search, Greedy, Queue, Sliding Window, Prefix Sum |
529531
| 2625. Increment Submatrices By One | [🔗](https://leetcode.romitsagu.com/solutions/2625/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Matrix, Prefix Sum |

Site_README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
434434
| 904. Leaf Similar Trees | [🔗](https://leetcode.romitsagu.com/solutions/904/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Binary Tree |
435435
| 908. Middle Of The Linked List | [🔗](https://leetcode.romitsagu.com/solutions/908/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Linked List, Two Pointers |
436436
| 919. Projection Area Of 3d Shapes | [🔗](https://leetcode.romitsagu.com/solutions/919/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Math, Geometry, Matrix |
437+
| 920. Uncommon Words From Two Sentences | [🔗](https://leetcode.romitsagu.com/solutions/920/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Hash Table, String, Counting |
437438
| 940. Fruit Into Baskets | [🔗](https://leetcode.romitsagu.com/solutions/940/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Sliding Window |
438439
| 967. Minimum Falling Path Sum | [🔗](https://leetcode.romitsagu.com/solutions/967/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Matrix |
439440
| 1006. Vowel Spellchecker | [🔗](https://leetcode.romitsagu.com/solutions/1006/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, String |
@@ -520,6 +521,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
520521
| 2429. Design A Food Rating System | [🔗](https://leetcode.romitsagu.com/solutions/2429/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, String, Design, Heap (Priority Queue), Ordered Set |
521522
| 2432. Number Of Zero Filled Subarrays | [🔗](https://leetcode.romitsagu.com/solutions/2432/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Math |
522523
| 2497. Maximum Matching Of Players With Trainers | [🔗](https://leetcode.romitsagu.com/solutions/2497/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Two Pointers, Greedy, Sorting |
524+
| 2521. Paths In Matrix Whose Sum Is Divisible By K | [🔗](https://leetcode.romitsagu.com/solutions/2521/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Dynamic Programming, Matrix |
523525
| 2529. Range Product Queries Of Powers | [🔗](https://leetcode.romitsagu.com/solutions/2529/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Bit Manipulation, Prefix Sum |
524526
| 2618. Maximize The Minimum Powered City | [🔗](https://leetcode.romitsagu.com/solutions/2618/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Binary Search, Greedy, Queue, Sliding Window, Prefix Sum |
525527
| 2625. Increment Submatrices By One | [🔗](https://leetcode.romitsagu.com/solutions/2625/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Matrix, Prefix Sum |

0 commit comments

Comments
 (0)