@@ -26,19 +26,27 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
2626
2727- [ 1 Two Sum] ( https://leetcode.com/problems/two-sum/description/ )
2828- [ 2 Add Two Numbers] ( https://leetcode.com/problems/add-two-numbers/description/ )
29+ - [ 6 Zigzag Conversion] ( https://leetcode.com/problems/zigzag-conversion/description/ )
30+ - [ 12 Integer to Roman] ( https://leetcode.com/problems/integer-to-roman/description/ )
31+ - [ 13 Roman to Integer] ( https://leetcode.com/problems/roman-to-integer/description/ )
32+ - [ 14 Longest Common Prefix] ( https://leetcode.com/problems/longest-common-prefix/description/ )
2933- [ 19 Remove Nth Node From End of List] ( https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/ )
3034- [ 20 Valid Parentheses] ( https://leetcode.com/problems/valid-parentheses/description/ )
3135- [ 21 Merge Two Sorted Lists] ( https://leetcode.com/problems/merge-two-sorted-lists/description/ )
3236- [ 25 Reverse Nodes in k-Group] ( https://leetcode.com/problems/reverse-nodes-in-k-group/description/ )
3337- [ 26 Remove Duplicates from Sorted Array] ( https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/ )
3438- [ 27 Remove Element] ( https://leetcode.com/problems/remove-element/description/ )
39+ - [ 28 Find the Index of the First Occurrence in a String] ( https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/description/ )
40+ - [ 42 Trapping Rain Water] ( https://leetcode.com/problems/trapping-rain-water/description/ )
3541- [ 45 Jump Game II] ( https://leetcode.com/problems/jump-game-ii/description/ )
3642- [ 49 Group Anagrams] ( https://leetcode.com/problems/group-anagrams/description/ )
3743- [ 55 Jump Game] ( https://leetcode.com/problems/jump-game/description/ )
44+ - [ 58 Length of Last Word] ( https://leetcode.com/problems/length-of-last-word/description/ )
3845- [ 56 Merge Intervals] ( https://leetcode.com/problems/merge-intervals/description/ )
3946- [ 57 Insert Interval] ( https://leetcode.com/problems/insert-interval/description/ )
4047- [ 61 Rotate List] ( https://leetcode.com/problems/rotate-list/description/ )
4148- [ 67 Add Binary] ( https://leetcode.com/problems/add-binary/description/ )
49+ - [ 68 Text Justification] ( https://leetcode.com/problems/text-justification/description/ )
4250- [ 71 Simplify Path] ( https://leetcode.com/problems/simplify-path/description/ )
4351- [ 80 Remove Duplicates from Sorted Array II] ( https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/description/ )
4452- [ 82 Remove Duplicates from Sorted List II] ( https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/description/ )
@@ -65,12 +73,15 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
6573- [ 129 Sum Root to Leaf Numbers] ( https://leetcode.com/problems/sum-root-to-leaf-numbers/description/ )
6674- [ 130 Surrounded Regions] ( https://leetcode.com/problems/surrounded-regions/description/ )
6775- [ 133 Clone Graph] ( https://leetcode.com/problems/clone-graph/description/ )
76+ - [ 134 Gas Station] ( https://leetcode.com/problems/gas-station/description/ )
77+ - [ 135 Candy] ( https://leetcode.com/problems/candy/description/ )
6878- [ 136 Single Number] ( https://leetcode.com/problems/single-number/description/ )
6979- [ 137 Single Number II] ( https://leetcode.com/problems/single-number-ii/description/ )
7080- [ 138 Copy List with Random Pointer] ( https://leetcode.com/problems/copy-list-with-random-pointer/description/ )
7181- [ 141 Linked List Cycle] ( https://leetcode.com/problems/linked-list-cycle/description/ )
7282- [ 146 LRU Cache] ( https://leetcode.com/problems/lru-cache/description/ )
7383- [ 150 Evaluate Reverse Polish Notation] ( https://leetcode.com/problems/evaluate-reverse-polish-notation/description/ )
84+ - [ 151 Reverse Words in a String] ( https://leetcode.com/problems/reverse-words-in-a-string/description/ )
7485- [ 155 Min Stack] ( https://leetcode.com/problems/min-stack/description/ )
7586- [ 169 Majority Element] ( https://leetcode.com/problems/majority-element/description/ )
7687- [ 173 Binary Search Tree Iterator] ( https://leetcode.com/problems/binary-search-tree-iterator/description/ )
@@ -92,8 +103,11 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
92103- [ 228 Summary Ranges] ( https://leetcode.com/problems/summary-ranges/description/ )
93104- [ 230 Kth Smallest Element in a BST] ( https://leetcode.com/problems/kth-smallest-element-in-a-bst/description/ )
94105- [ 236 Lowest Common Ancestor of a Binary Tree] ( https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/description/ )
106+ - [ 238 Product of Array Except Self] ( https://leetcode.com/problems/product-of-array-except-self/description/ )
95107- [ 242 Valid Anagram] ( https://leetcode.com/problems/valid-anagram/description/ )
108+ - [ 274 H-Index] ( https://leetcode.com/problems/h-index/description/ )
96109- [ 290 Word Pattern] ( https://leetcode.com/problems/word-pattern/description/ )
110+ - [ 380 Insert Delete GetRandom O(1)] ( https://leetcode.com/problems/insert-delete-getrandom-o1/description/ )
97111- [ 383 Ransom Note] ( https://leetcode.com/problems/ransom-note/description/ )
98112- [ 392 Is Subsequence] ( https://leetcode.com/problems/is-subsequence/description/ )
99113- [ 399 Evaluate Division] ( https://leetcode.com/problems/evaluate-division/description/ )
0 commit comments