Skip to content

Commit 081c009

Browse files
[Auto] Update LeetCode README table
1 parent 1aaece7 commit 081c009

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
@@ -426,4 +426,5 @@ If you want to use this project follow the steps [here](https://github.com/NineP
426426
| 3797. Design Spreadsheet | [🔗](https://leetcode.romitsagu.com/solutions/3797/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, String, Design, Matrix |
427427
| 3827. Implement Router | [🔗](https://leetcode.romitsagu.com/solutions/3827/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Binary Search, Design, Queue, Ordered Set |
428428
| 3830. Find Closest Person | [🔗](https://leetcode.romitsagu.com/solutions/3830/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math |
429+
| 3851. Find Sum Of Array Product Of Magical Sequences | [🔗](https://leetcode.romitsagu.com/solutions/3851/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Math, Dynamic Programming, Bit Manipulation, Combinatorics, Bitmask |
429430
| 3872. Find Most Frequent Vowel And Consonant | [🔗](https://leetcode.romitsagu.com/solutions/3872/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Hash Table, String, Counting |

Site_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,4 +422,5 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
422422
| 3797. Design Spreadsheet | [🔗](https://leetcode.romitsagu.com/solutions/3797/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, String, Design, Matrix |
423423
| 3827. Implement Router | [🔗](https://leetcode.romitsagu.com/solutions/3827/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Binary Search, Design, Queue, Ordered Set |
424424
| 3830. Find Closest Person | [🔗](https://leetcode.romitsagu.com/solutions/3830/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math |
425+
| 3851. Find Sum Of Array Product Of Magical Sequences | [🔗](https://leetcode.romitsagu.com/solutions/3851/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Math, Dynamic Programming, Bit Manipulation, Combinatorics, Bitmask |
425426
| 3872. Find Most Frequent Vowel And Consonant | [🔗](https://leetcode.romitsagu.com/solutions/3872/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Hash Table, String, Counting |

0 commit comments

Comments
 (0)