Skip to content

Commit 19364f2

Browse files
[Auto] Update LeetCode README table
1 parent ae5f4d5 commit 19364f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
9999
| 57. Insert Interval | [🔗](https://leetcode.romitsagu.com/solutions/57/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array |
100100
| 58. Length Of Last Word | [🔗](https://leetcode.romitsagu.com/solutions/58/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | String |
101101
| 59. Spiral Matrix II | [🔗](https://leetcode.romitsagu.com/solutions/59/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Matrix, Simulation |
102+
| 61. Rotate List | [🔗](https://leetcode.romitsagu.com/solutions/61/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Linked List, Two Pointers |
102103
| 62. Unique Paths | [🔗](https://leetcode.romitsagu.com/solutions/62/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Math, Dynamic Programming, Combinatorics |
103104
| 63. Unique Paths II | [🔗](https://leetcode.romitsagu.com/solutions/63/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Dynamic Programming, Matrix |
104105
| 64. Minimum Path Sum | [🔗](https://leetcode.romitsagu.com/solutions/64/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Dynamic Programming, Matrix |
@@ -248,6 +249,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
248249
| 324. Wiggle Sort II | [🔗](https://leetcode.romitsagu.com/solutions/324/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Divide and Conquer, Greedy, Sorting, Quickselect |
249250
| 326. Power Of Three | [🔗](https://leetcode.romitsagu.com/solutions/326/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math, Recursion |
250251
| 327. Count Of Range Sum | [🔗](https://leetcode.romitsagu.com/solutions/327/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Binary Search, Divide and Conquer, Binary Indexed Tree, Segment Tree, Merge Sort, Ordered Set |
252+
| 328. Odd Even Linked List | [🔗](https://leetcode.romitsagu.com/solutions/328/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Linked List |
251253
| 330. Patching Array | [🔗](https://leetcode.romitsagu.com/solutions/330/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Greedy |
252254
| 334. Increasing Triplet Subsequence | [🔗](https://leetcode.romitsagu.com/solutions/334/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Greedy |
253255
| 338. Counting Bits | [🔗](https://leetcode.romitsagu.com/solutions/338/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Dynamic Programming, Bit Manipulation |
@@ -471,6 +473,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
471473
| 1675. Magnetic Force Between Two Balls | [🔗](https://leetcode.romitsagu.com/solutions/1675/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Binary Search, Sorting |
472474
| 1747. Lexicographically Smallest String After Applying Operations | [🔗](https://leetcode.romitsagu.com/solutions/1747/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | String, Depth-First Search, Breadth-First Search, Enumeration |
473475
| 1765. Merge In Between Linked Lists | [🔗](https://leetcode.romitsagu.com/solutions/1765/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Linked List |
476+
| 1817. Calculate Money In Leetcode Bank | [🔗](https://leetcode.romitsagu.com/solutions/1817/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math |
474477
| 1827. Invalid Tweets | [🔗](https://leetcode.romitsagu.com/solutions/1827/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Database |
475478
| 1834. Minimum Number Of People To Teach | [🔗](https://leetcode.romitsagu.com/solutions/1834/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Greedy |
476479
| 1908. Recyclable And Low Fat Products | [🔗](https://leetcode.romitsagu.com/solutions/1908/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Database |

Site_README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
9595
| 57. Insert Interval | [🔗](https://leetcode.romitsagu.com/solutions/57/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array |
9696
| 58. Length Of Last Word | [🔗](https://leetcode.romitsagu.com/solutions/58/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | String |
9797
| 59. Spiral Matrix II | [🔗](https://leetcode.romitsagu.com/solutions/59/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Matrix, Simulation |
98+
| 61. Rotate List | [🔗](https://leetcode.romitsagu.com/solutions/61/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Linked List, Two Pointers |
9899
| 62. Unique Paths | [🔗](https://leetcode.romitsagu.com/solutions/62/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Math, Dynamic Programming, Combinatorics |
99100
| 63. Unique Paths II | [🔗](https://leetcode.romitsagu.com/solutions/63/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Matrix |
100101
| 64. Minimum Path Sum | [🔗](https://leetcode.romitsagu.com/solutions/64/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Matrix |
@@ -244,6 +245,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
244245
| 324. Wiggle Sort II | [🔗](https://leetcode.romitsagu.com/solutions/324/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Divide and Conquer, Greedy, Sorting, Quickselect |
245246
| 326. Power Of Three | [🔗](https://leetcode.romitsagu.com/solutions/326/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math, Recursion |
246247
| 327. Count Of Range Sum | [🔗](https://leetcode.romitsagu.com/solutions/327/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Binary Search, Divide and Conquer, Binary Indexed Tree, Segment Tree, Merge Sort, Ordered Set |
248+
| 328. Odd Even Linked List | [🔗](https://leetcode.romitsagu.com/solutions/328/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Linked List |
247249
| 330. Patching Array | [🔗](https://leetcode.romitsagu.com/solutions/330/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Greedy |
248250
| 334. Increasing Triplet Subsequence | [🔗](https://leetcode.romitsagu.com/solutions/334/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Greedy |
249251
| 338. Counting Bits | [🔗](https://leetcode.romitsagu.com/solutions/338/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Dynamic Programming, Bit Manipulation |
@@ -467,6 +469,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
467469
| 1675. Magnetic Force Between Two Balls | [🔗](https://leetcode.romitsagu.com/solutions/1675/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Binary Search, Sorting |
468470
| 1747. Lexicographically Smallest String After Applying Operations | [🔗](https://leetcode.romitsagu.com/solutions/1747/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | String, Depth-First Search, Breadth-First Search, Enumeration |
469471
| 1765. Merge In Between Linked Lists | [🔗](https://leetcode.romitsagu.com/solutions/1765/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Linked List |
472+
| 1817. Calculate Money In Leetcode Bank | [🔗](https://leetcode.romitsagu.com/solutions/1817/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math |
470473
| 1827. Invalid Tweets | [🔗](https://leetcode.romitsagu.com/solutions/1827/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Database |
471474
| 1834. Minimum Number Of People To Teach | [🔗](https://leetcode.romitsagu.com/solutions/1834/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Greedy |
472475
| 1908. Recyclable And Low Fat Products | [🔗](https://leetcode.romitsagu.com/solutions/1908/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Database |

0 commit comments

Comments
 (0)