|
2 | 2 |
|
3 | 3 | ## LeetCode |
4 | 4 |
|
5 | | -**Problem Solved: 145** (<span style="color:green">Easy: 28</span>, <span style="color:orange">Medium: 101</span>, <span style="color:red">Hard: 16</span>) |
| 5 | +**Problem Solved: 147** (<span style="color:green">Easy: 28</span>, <span style="color:orange">Medium: 103</span>, <span style="color:red">Hard: 16</span>) |
6 | 6 |
|
7 | 7 | | # | Title | Solutions | Difficulty | |
8 | 8 | | - | - | - | - | |
|
19 | 19 | | 23 | [Merge k Sorted Lists](https://leetcode.com/problems/merge-k-sorted-lists/) | <a href="leetcode/00023_merge-k-sorted-lists/merge-k-sorted-lists.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Hard | |
20 | 20 | | 24 | [Swap Nodes in Pairs](https://leetcode.com/problems/swap-nodes-in-pairs/) | <a href="leetcode/00024_swap-nodes-in-pairs/24-swap-nodes-in-pairs.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
21 | 21 | | 28 | [Implement strStr()](https://leetcode.com/problems/implement-strstr/) | <a href="leetcode/00028_implement-strstr/implement-strstr.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Easy | |
22 | | -| 31 | [Next Permutation](https://leetcode.com/problems/next-permutation/) | <a href="leetcode/00031_next-permutation/next-permutation.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
| 22 | +| 31 | [Next Permutation](https://leetcode.com/problems/next-permutation/) | <a href="leetcode/00031_next-permutation/31-next-permutation.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
23 | 23 | | 32 | [Longest Valid Parentheses](https://leetcode.com/problems/longest-valid-parentheses/) | <a href="leetcode/00032_longest-valid-parentheses/longest-valid-parentheses.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Hard | |
24 | 24 | | 33 | [Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array/) | <a href="leetcode/00033_search-in-rotated-sorted-array/search-in-rotated-sorted-array.java"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-original.svg" width="20" height="20"></a> | Medium | |
25 | 25 | | 34 | [Find First and Last Position of Element in Sorted Array](https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/) | <a href="leetcode/00034_find-first-and-last-position-of-element-in-sorted-array/34-find-first-and-last-position-of-element-in-sorted-array.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
|
73 | 73 | | 236 | [Lowest Common Ancestor of a Binary Tree](https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/) | <a href="leetcode/00236_lowest-common-ancestor-of-a-binary-tree/236-lowest-common-ancestor-of-a-binary-tree.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
74 | 74 | | 238 | [Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/) | <a href="leetcode/00238_product-of-array-except-self/product-of-array-except-self.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
75 | 75 | | 247 | [Strobogrammatic Number II](https://leetcode.com/problems/strobogrammatic-number-ii/) | <a href="leetcode/00247_strobogrammatic-number-ii/247-strobogrammatic-number-ii.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
76 | | -| 249 | [Group Shifted Strings](https://leetcode.com/problems/group-shifted-strings/) | | Medium | |
| 76 | +| 249 | [Group Shifted Strings](https://leetcode.com/problems/group-shifted-strings/) | <a href="leetcode/00249_group-shifted-strings/249-group-shifted-strings.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
77 | 77 | | 252 | [Meeting Rooms](https://leetcode.com/problems/meeting-rooms/) | <a href="leetcode/00252_meeting-rooms/meeting-rooms.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Easy | |
78 | | -| 253 | [Meeting Rooms II](https://leetcode.com/problems/meeting-rooms-ii/) | <a href="leetcode/00253_meeting-rooms-ii/253-meeting-rooms-ii.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a><a href="leetcode/00253_meeting-rooms-ii/253-meeting-rooms-ii.java"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-original.svg" width="20" height="20"></a> | Medium | |
| 78 | +| 253 | [Meeting Rooms II](https://leetcode.com/problems/meeting-rooms-ii/) | <a href="leetcode/00253_meeting-rooms-ii/253-meeting-rooms-ii.java"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-original.svg" width="20" height="20"></a><a href="leetcode/00253_meeting-rooms-ii/253-meeting-rooms-ii.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
79 | 79 | | 259 | [3Sum Smaller](https://leetcode.com/problems/3sum-smaller/) | <a href="leetcode/00259_3sum-smaller/259-3sum-smaller.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
80 | 80 | | 263 | [Ugly Number](https://leetcode.com/problems/ugly-number/) | <a href="leetcode/00263_ugly-number/ugly-number.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a><a href="leetcode/00263_ugly-number/ugly-number.cpp"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" width="20" height="20"></a> | Easy | |
81 | 81 | | 286 | [Walls and Gates](https://leetcode.com/problems/walls-and-gates/) | <a href="leetcode/00286_walls-and-gates/286-walls-and-gates.cpp"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" width="20" height="20"></a><a href="leetcode/00286_walls-and-gates/286-walls-and-gates.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
|
107 | 107 | | 657 | [Robot Return to Origin](https://leetcode.com/problems/robot-return-to-origin/) | <a href="leetcode/00657_robot-return-to-origin/robot-return-to-origin.cpp"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" width="20" height="20"></a> | Easy | |
108 | 108 | | 660 | [Remove 9](https://leetcode.com/problems/remove-9/) | <a href="leetcode/00660_remove-9/660-remove-9.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Hard | |
109 | 109 | | 692 | [Top K Frequent Words](https://leetcode.com/problems/top-k-frequent-words/) | <a href="leetcode/00692_top-k-frequent-words/692-top-k-frequent-words.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
| 110 | +| 694 | [Number of Distinct Islands](https://leetcode.com/problems/number-of-distinct-islands/) | <a href="leetcode/00694_number-of-distinct-islands/694-number-of-distinct-islands.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
110 | 111 | | 695 | [Max Area of Island](https://leetcode.com/problems/max-area-of-island/) | <a href="leetcode/00695_max-area-of-island/695-max-area-of-island.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
111 | | -| 701 | [Insert into a Binary Search Tree](https://leetcode.com/problems/insert-into-a-binary-search-tree/) | <a href="leetcode/00701_insert-into-a-binary-search-tree/701-insert-into-a-binary-search-tree.java"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-original.svg" width="20" height="20"></a><a href="leetcode/00701_insert-into-a-binary-search-tree/701-insert-into-a-binary-search-tree.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a><a href="leetcode/00701_insert-into-a-binary-search-tree/701-insert-into-a-binary-search-tree.go"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/go/go-original.svg" width="20" height="20"></a> | Medium | |
| 112 | +| 701 | [Insert into a Binary Search Tree](https://leetcode.com/problems/insert-into-a-binary-search-tree/) | <a href="leetcode/00701_insert-into-a-binary-search-tree/701-insert-into-a-binary-search-tree.go"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/go/go-original.svg" width="20" height="20"></a><a href="leetcode/00701_insert-into-a-binary-search-tree/701-insert-into-a-binary-search-tree.java"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-original.svg" width="20" height="20"></a><a href="leetcode/00701_insert-into-a-binary-search-tree/701-insert-into-a-binary-search-tree.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
112 | 113 | | 706 | [Design HashMap](https://leetcode.com/problems/design-hashmap/) | <a href="leetcode/00706_design-hashmap/706-design-hashmap.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Easy | |
113 | 114 | | 728 | [Self Dividing Numbers](https://leetcode.com/problems/self-dividing-numbers/) | <a href="leetcode/00728_self-dividing-numbers/self-dividing-numbers.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Easy | |
114 | 115 | | 735 | [Asteroid Collision](https://leetcode.com/problems/asteroid-collision/) | <a href="leetcode/00735_asteroid-collision/735-asteroid-collision.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
|
135 | 136 | | 1029 | [Two City Scheduling](https://leetcode.com/problems/two-city-scheduling/) | <a href="leetcode/01029_two-city-scheduling/1029-two-city-scheduling.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
136 | 137 | | 1041 | [Robot Bounded In Circle](https://leetcode.com/problems/robot-bounded-in-circle/) | <a href="leetcode/01041_robot-bounded-in-circle/1041-robot-bounded-in-circle.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
137 | 138 | | 1044 | [Longest Duplicate Substring](https://leetcode.com/problems/longest-duplicate-substring/) | <a href="leetcode/01044_longest-duplicate-substring/longest-duplicate-substring.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Hard | |
| 139 | +| 1091 | [Shortest Path in Binary Matrix](https://leetcode.com/problems/shortest-path-in-binary-matrix/) | <a href="leetcode/01091_shortest-path-in-binary-matrix/1091-shortest-path-in-binary-matrix.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
138 | 140 | | 1094 | [Car Pooling](https://leetcode.com/problems/car-pooling/) | <a href="leetcode/01094_car-pooling/1094-car-pooling.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
139 | 141 | | 1100 | [Find K-Length Substrings With No Repeated Characters](https://leetcode.com/problems/find-k-length-substrings-with-no-repeated-characters/) | <a href="leetcode/01100_find-k-length-substrings-with-no-repeated-characters/1100-find-k-length-substrings-with-no-repeated-characters.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
140 | 142 | | 1143 | [Longest Common Subsequence](https://leetcode.com/problems/longest-common-subsequence/) | <a href="leetcode/01143_longest-common-subsequence/1143-longest-common-subsequence.py"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" width="20" height="20"></a> | Medium | |
|
0 commit comments