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
@@ -438,6 +438,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
438
438
| 904. Leaf Similar Trees |[🔗](https://leetcode.romitsagu.com/solutions/904/)|| Tree, Depth-First Search, Binary Tree |
439
439
| 908. Middle Of The Linked List |[🔗](https://leetcode.romitsagu.com/solutions/908/)|| Linked List, Two Pointers |
440
440
| 919. Projection Area Of 3d Shapes |[🔗](https://leetcode.romitsagu.com/solutions/919/)|| Array, Math, Geometry, Matrix |
441
+
| 920. Uncommon Words From Two Sentences |[🔗](https://leetcode.romitsagu.com/solutions/920/)|| Hash Table, String, Counting |
441
442
| 940. Fruit Into Baskets |[🔗](https://leetcode.romitsagu.com/solutions/940/)|| Array, Hash Table, Sliding Window |
@@ -524,6 +525,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
524
525
| 2429. Design A Food Rating System |[🔗](https://leetcode.romitsagu.com/solutions/2429/)|| Array, Hash Table, String, Design, Heap (Priority Queue), Ordered Set |
525
526
| 2432. Number Of Zero Filled Subarrays |[🔗](https://leetcode.romitsagu.com/solutions/2432/)|| Array, Math |
526
527
| 2497. Maximum Matching Of Players With Trainers |[🔗](https://leetcode.romitsagu.com/solutions/2497/)|| Array, Two Pointers, Greedy, Sorting |
528
+
| 2521. Paths In Matrix Whose Sum Is Divisible By K |[🔗](https://leetcode.romitsagu.com/solutions/2521/)|| Array, Dynamic Programming, Matrix |
527
529
| 2529. Range Product Queries Of Powers |[🔗](https://leetcode.romitsagu.com/solutions/2529/)|| Array, Bit Manipulation, Prefix Sum |
528
530
| 2618. Maximize The Minimum Powered City |[🔗](https://leetcode.romitsagu.com/solutions/2618/)|| Array, Binary Search, Greedy, Queue, Sliding Window, Prefix Sum |
529
531
| 2625. Increment Submatrices By One |[🔗](https://leetcode.romitsagu.com/solutions/2625/)|| Array, Matrix, 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
@@ -434,6 +434,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
434
434
| 904. Leaf Similar Trees |[🔗](https://leetcode.romitsagu.com/solutions/904/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Binary Tree |
435
435
| 908. Middle Of The Linked List |[🔗](https://leetcode.romitsagu.com/solutions/908/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Linked List, Two Pointers |
436
436
| 919. Projection Area Of 3d Shapes |[🔗](https://leetcode.romitsagu.com/solutions/919/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Math, Geometry, Matrix |
437
+
| 920. Uncommon Words From Two Sentences |[🔗](https://leetcode.romitsagu.com/solutions/920/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Hash Table, String, Counting |
437
438
| 940. Fruit Into Baskets |[🔗](https://leetcode.romitsagu.com/solutions/940/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Sliding Window |
@@ -520,6 +521,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
520
521
| 2429. Design A Food Rating System |[🔗](https://leetcode.romitsagu.com/solutions/2429/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, String, Design, Heap (Priority Queue), Ordered Set |
521
522
| 2432. Number Of Zero Filled Subarrays |[🔗](https://leetcode.romitsagu.com/solutions/2432/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Math |
522
523
| 2497. Maximum Matching Of Players With Trainers |[🔗](https://leetcode.romitsagu.com/solutions/2497/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; 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/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Dynamic Programming, Matrix |
523
525
| 2529. Range Product Queries Of Powers |[🔗](https://leetcode.romitsagu.com/solutions/2529/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Bit Manipulation, Prefix Sum |
524
526
| 2618. Maximize The Minimum Powered City |[🔗](https://leetcode.romitsagu.com/solutions/2618/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Binary Search, Greedy, Queue, Sliding Window, Prefix Sum |
525
527
| 2625. Increment Submatrices By One |[🔗](https://leetcode.romitsagu.com/solutions/2625/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Matrix, Prefix Sum |
0 commit comments