Skip to content

Commit 6b4d86c

Browse files
[Auto] Update LeetCode README table
1 parent b43fa8c commit 6b4d86c

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
@@ -593,6 +593,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
593593
| 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 |
594594
| 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 |
595595
| 3704. Count Partitions With Even Sum Difference | [🔗](https://leetcode.romitsagu.com/solutions/3704/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Math, Prefix Sum |
596+
| 3721. Count Mentions Per User | [🔗](https://leetcode.romitsagu.com/solutions/3721/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Math, Sorting, Simulation |
596597
| 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 |
597598
| 3744. Minimum Operations To Make Array Elements Zero | [🔗](https://leetcode.romitsagu.com/solutions/3744/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Math, Bit Manipulation |
598599
| 3748. Sort Matrix By Diagonals | [🔗](https://leetcode.romitsagu.com/solutions/3748/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Sorting, Matrix |

Site_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
589589
| 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 |
590590
| 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 |
591591
| 3704. Count Partitions With Even Sum Difference | [🔗](https://leetcode.romitsagu.com/solutions/3704/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Math, Prefix Sum |
592+
| 3721. Count Mentions Per User | [🔗](https://leetcode.romitsagu.com/solutions/3721/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Math, Sorting, Simulation |
592593
| 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 |
593594
| 3744. Minimum Operations To Make Array Elements Zero | [🔗](https://leetcode.romitsagu.com/solutions/3744/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Math, Bit Manipulation |
594595
| 3748. Sort Matrix By Diagonals | [🔗](https://leetcode.romitsagu.com/solutions/3748/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Sorting, Matrix |

0 commit comments

Comments
 (0)