Skip to content

Commit d0979bf

Browse files
[Auto] Update LeetCode README table
1 parent 8cbb9a2 commit d0979bf

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
@@ -520,6 +520,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
520520
| 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 |
521521
| 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 |
522522
| 3748. Sort Matrix By Diagonals | [🔗](https://leetcode.romitsagu.com/solutions/3748/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Sorting, Matrix |
523+
| 3768. Check If Digits Are Equal In String After Operations I | [🔗](https://leetcode.romitsagu.com/solutions/3768/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math, String, Simulation, Combinatorics, Number Theory |
523524
| 3790. Fruits Into Baskets II | [🔗](https://leetcode.romitsagu.com/solutions/3790/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Binary Search, Segment Tree, Simulation, Ordered Set |
524525
| 3791. Fruits Into Baskets III | [🔗](https://leetcode.romitsagu.com/solutions/3791/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Binary Search, Segment Tree, Ordered Set |
525526
| 3794. Find The Minimum Amount Of Time To Brew Potions | [🔗](https://leetcode.romitsagu.com/solutions/3794/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Simulation, Prefix Sum |

Site_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
516516
| 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 |
517517
| 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 |
518518
| 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 |
519+
| 3768. Check If Digits Are Equal In String After Operations I | [🔗](https://leetcode.romitsagu.com/solutions/3768/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math, String, Simulation, Combinatorics, Number Theory |
519520
| 3790. Fruits Into Baskets II | [🔗](https://leetcode.romitsagu.com/solutions/3790/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Binary Search, Segment Tree, Simulation, Ordered Set |
520521
| 3791. Fruits Into Baskets III | [🔗](https://leetcode.romitsagu.com/solutions/3791/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Binary Search, Segment Tree, Ordered Set |
521522
| 3794. Find The Minimum Amount Of Time To Brew Potions | [🔗](https://leetcode.romitsagu.com/solutions/3794/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Simulation, Prefix Sum |

0 commit comments

Comments
 (0)