Skip to content

Commit 5764504

Browse files
[Auto] Update LeetCode README table
1 parent 369f46a commit 5764504

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
@@ -570,6 +570,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
570570
| 3622. Maximum Frequency Of An Element After Performing Operations I | [🔗](https://leetcode.romitsagu.com/solutions/3622/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Binary Search, Sliding Window, Sorting, Prefix Sum |
571571
| 3640. Maximum Frequency Of An Element After Performing Operations II | [🔗](https://leetcode.romitsagu.com/solutions/3640/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Binary Search, Sliding Window, Sorting, Prefix Sum |
572572
| 3648. Find The Maximum Number Of Fruits Collected | [🔗](https://leetcode.romitsagu.com/solutions/3648/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Dynamic Programming, Matrix |
573+
| 3653. Maximum Subarray Sum With Length Divisible By K | [🔗](https://leetcode.romitsagu.com/solutions/3653/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Prefix Sum |
573574
| 3676. Smallest Number With All Set Bits | [🔗](https://leetcode.romitsagu.com/solutions/3676/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math, Bit Manipulation |
574575
| 3678. Design Task Manager | [🔗](https://leetcode.romitsagu.com/solutions/3678/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Hash Table, Design, Heap (Priority Queue), Ordered Set |
575576
| 3733. Length Of Longest V Shaped Diagonal Segment | [🔗](https://leetcode.romitsagu.com/solutions/3733/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Dynamic Programming, Memoization, Matrix |

Site_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
566566
| 3622. Maximum Frequency Of An Element After Performing Operations I | [🔗](https://leetcode.romitsagu.com/solutions/3622/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Binary Search, Sliding Window, Sorting, Prefix Sum |
567567
| 3640. Maximum Frequency Of An Element After Performing Operations II | [🔗](https://leetcode.romitsagu.com/solutions/3640/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Binary Search, Sliding Window, Sorting, Prefix Sum |
568568
| 3648. Find The Maximum Number Of Fruits Collected | [🔗](https://leetcode.romitsagu.com/solutions/3648/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Dynamic Programming, Matrix |
569+
| 3653. Maximum Subarray Sum With Length Divisible By K | [🔗](https://leetcode.romitsagu.com/solutions/3653/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Prefix Sum |
569570
| 3676. Smallest Number With All Set Bits | [🔗](https://leetcode.romitsagu.com/solutions/3676/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math, Bit Manipulation |
570571
| 3678. Design Task Manager | [🔗](https://leetcode.romitsagu.com/solutions/3678/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Hash Table, Design, Heap (Priority Queue), Ordered Set |
571572
| 3733. Length Of Longest V Shaped Diagonal Segment | [🔗](https://leetcode.romitsagu.com/solutions/3733/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Dynamic Programming, Memoization, Matrix |

0 commit comments

Comments
 (0)