@@ -27,6 +27,7 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
2727- [ 1 Two Sum] ( https://leetcode.com/problems/two-sum/description/ )
2828- [ 2 Add Two Numbers] ( https://leetcode.com/problems/add-two-numbers/description/ )
2929- [ 6 Zigzag Conversion] ( https://leetcode.com/problems/zigzag-conversion/description/ )
30+ - [ 9 Palindrome Number] ( https://leetcode.com/problems/palindrome-number/description/ )
3031- [ 12 Integer to Roman] ( https://leetcode.com/problems/integer-to-roman/description/ )
3132- [ 13 Roman to Integer] ( https://leetcode.com/problems/roman-to-integer/description/ )
3233- [ 14 Longest Common Prefix] ( https://leetcode.com/problems/longest-common-prefix/description/ )
@@ -40,13 +41,16 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
4041- [ 42 Trapping Rain Water] ( https://leetcode.com/problems/trapping-rain-water/description/ )
4142- [ 45 Jump Game II] ( https://leetcode.com/problems/jump-game-ii/description/ )
4243- [ 49 Group Anagrams] ( https://leetcode.com/problems/group-anagrams/description/ )
44+ - [ 50 Pow(x_n)] ( https://leetcode.com/problems/powx-n/description/ )
4345- [ 55 Jump Game] ( https://leetcode.com/problems/jump-game/description/ )
4446- [ 58 Length of Last Word] ( https://leetcode.com/problems/length-of-last-word/description/ )
4547- [ 56 Merge Intervals] ( https://leetcode.com/problems/merge-intervals/description/ )
4648- [ 57 Insert Interval] ( https://leetcode.com/problems/insert-interval/description/ )
4749- [ 61 Rotate List] ( https://leetcode.com/problems/rotate-list/description/ )
50+ - [ 66 Plus One] ( https://leetcode.com/problems/plus-one/description )
4851- [ 67 Add Binary] ( https://leetcode.com/problems/add-binary/description/ )
4952- [ 68 Text Justification] ( https://leetcode.com/problems/text-justification/description/ )
53+ - [ 69 Sqrt(x)] ( https://leetcode.com/problems/sqrtx/description/ )
5054- [ 71 Simplify Path] ( https://leetcode.com/problems/simplify-path/description/ )
5155- [ 80 Remove Duplicates from Sorted Array II] ( https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/description/ )
5256- [ 82 Remove Duplicates from Sorted List II] ( https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/description/ )
@@ -80,10 +84,12 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
8084- [ 138 Copy List with Random Pointer] ( https://leetcode.com/problems/copy-list-with-random-pointer/description/ )
8185- [ 141 Linked List Cycle] ( https://leetcode.com/problems/linked-list-cycle/description/ )
8286- [ 146 LRU Cache] ( https://leetcode.com/problems/lru-cache/description/ )
87+ - [ 149 Max Points on a Line] ( https://leetcode.com/problems/max-points-on-a-line/description/ )
8388- [ 150 Evaluate Reverse Polish Notation] ( https://leetcode.com/problems/evaluate-reverse-polish-notation/description/ )
8489- [ 151 Reverse Words in a String] ( https://leetcode.com/problems/reverse-words-in-a-string/description/ )
8590- [ 155 Min Stack] ( https://leetcode.com/problems/min-stack/description/ )
8691- [ 169 Majority Element] ( https://leetcode.com/problems/majority-element/description/ )
92+ - [ 172 Factorial Trailing Zeroes] ( https://leetcode.com/problems/factorial-trailing-zeroes/description/ )
8793- [ 173 Binary Search Tree Iterator] ( https://leetcode.com/problems/binary-search-tree-iterator/description/ )
8894- [ 189 Rotate Array] ( https://leetcode.com/problems/rotate-array/description/ )
8995- [ 190 Reverse Bits] ( https://leetcode.com/problems/reverse-bits/description/ )
0 commit comments