Skip to content

Commit 63f3cb4

Browse files
committed
update readme
1 parent 3d6af68 commit 63f3cb4

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

readme.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Language: **C++/Java/Python/Sql/Shell Script**
2020

2121
### Problems
2222

23-
There are 203 problems (9 problems for a fee).
23+
There are 197 problems (9 problems for a fee).
2424

25-
I have solved 186 / 194 problems.=w=
25+
I have solved 187 / 188 problems.=w=
2626

2727
| \# | Problems | Solutions | Note |
2828
|----|----------|-----------|------|
@@ -152,54 +152,39 @@ I have solved 186 / 194 problems.=w=
152152
| 124 | [Binary Tree Maximum Path Sum](https://leetcode.com/problems/Binary-Tree-Maximum-Path-Sum/) |    [C++ Python](./solutions/124.Binary_Tree_Maximum_Path_Sum) |    [Note Here](./solutions/124.Binary_Tree_Maximum_Path_Sum) |
153153
| 125 | [Valid Palindrome](https://leetcode.com/problems/Valid-Palindrome/) |           [C++](./solutions/125.Valid_Palindrome) | Coming soon |
154154
| 126 | [Word Ladder](https://leetcode.com/problems/Word-Ladder/) |    [C++ Python](./solutions/126.Word_Ladder) |    [Note Here](./solutions/126.Word_Ladder) |
155-
| 127 | [Word Ladder II](https://leetcode.com/problems/Word-Ladder-II/) |   Coming soon | Coming soon |
156-
| 128 | [Longest Consecutive Sequence](https://leetcode.com/problems/Longest-Consecutive-Sequence/) |   Coming soon | Coming soon |
157155
| 129 | [Sum Root to Leaf Numbers](https://leetcode.com/problems/Sum-Root-to-Leaf-Numbers/) |           [C++](./solutions/129.Sum_Root_to_Leaf_Numbers) | Coming soon |
158156
| 130 | [Surrounded Regions](https://leetcode.com/problems/Surrounded-Regions/) |           [C++](./solutions/130.Surrounded_Regions) |    [Note Here](./solutions/130.Surrounded_Regions) |
159157
| 131 | [Palindrome Partitioning](https://leetcode.com/problems/Palindrome-Partitioning/) |    [C++ Python](./solutions/131.Palindrome_Partitioning) |    [Note Here](./solutions/131.Palindrome_Partitioning) |
160158
| 132 | [Palindrome Partitioning II](https://leetcode.com/problems/Palindrome-Partitioning-II/) |      [C++ Java](./solutions/132.Palindrome_Partitioning_II) |    [Note Here](./solutions/132.Palindrome_Partitioning_II) |
161159
| 133 | [Clone Graph](https://leetcode.com/problems/Clone-Graph/) |           [C++](./solutions/133.Clone_Graph) | Coming soon |
162160
| 134 | [Gas Station](https://leetcode.com/problems/Gas-Station/) |           [C++](./solutions/134.Gas_Station) |    [Note Here](./solutions/134.Gas_Station) |
163-
| 135 | [Candy](https://leetcode.com/problems/Candy/) |   Coming soon | Coming soon |
164161
| 136 | [Single Number](https://leetcode.com/problems/Single-Number/) |           [C++](./solutions/136.Single_Number) | Coming soon |
165162
| 137 | [Single Number II](https://leetcode.com/problems/Single-Number-II/) |           [C++](./solutions/137.Single_Number_II) | Coming soon |
166163
| 138 | [Copy List with Random Pointer](https://leetcode.com/problems/Copy-List-with-Random-Pointer/) | [C++ Java Python](./solutions/138.Copy_List_with_Random_Pointer) |    [Note Here](./solutions/138.Copy_List_with_Random_Pointer) |
167164
| 139 | [Word Break](https://leetcode.com/problems/Word-Break/) |    [C++ Python](./solutions/139.Word_Break) |    [Note Here](./solutions/139.Word_Break) |
168-
| 140 | [Word Break II](https://leetcode.com/problems/Word-Break-II/) |   Coming soon | Coming soon |
169165
| 141 | [Linked List Cycle](https://leetcode.com/problems/Linked-List-Cycle/) |           [C++](./solutions/141.Linked_List_Cycle) | Coming soon |
170-
| 142 | [Linked List Cycle II](https://leetcode.com/problems/Linked-List-Cycle-II/) |   Coming soon | Coming soon |
171166
| 143 | [Reorder List](https://leetcode.com/problems/Reorder-List/) |           [C++](./solutions/143.Reorder_List) | Coming soon |
172167
| 144 | [Binary Tree Preorder Traversal](https://leetcode.com/problems/Binary-Tree-Preorder-Traversal/) |           [C++](./solutions/144.Binary_Tree_Preorder_Traversal) | Coming soon |
173168
| 145 | [Binary Tree Postorder Traversal](https://leetcode.com/problems/Binary-Tree-Postorder-Traversal/) |           [C++](./solutions/145.Binary_Tree_Postorder_Traversal) | Coming soon |
174169
| 146 | [LRU Cache](https://leetcode.com/problems/LRU-Cache/) |    [C++ Python](./solutions/146.LRU_Cache) |    [Note Here](./solutions/146.LRU_Cache) |
175170
| 147 | [Insertion Sort List](https://leetcode.com/problems/Insertion-Sort-List/) |           [C++](./solutions/147.Insertion_Sort_List) | Coming soon |
176171
| 148 | [Sort List](https://leetcode.com/problems/Sort-List/) |           [C++](./solutions/148.Sort_List) |    [Note Here](./solutions/148.Sort_List) |
177-
| 149 | [Max Points on a Line](https://leetcode.com/problems/Max-Points-on-a-Line/) |   Coming soon | Coming soon |
178172
| 150 | [Evaluate Reverse Polish Notation](https://leetcode.com/problems/Evaluate-Reverse-Polish-Notation/) | [C++ Java Python](./solutions/150.Evaluate_Reverse_Polish_Notation) |    [Note Here](./solutions/150.Evaluate_Reverse_Polish_Notation) |
179173
| 151 | [Reverse Words in a String](https://leetcode.com/problems/Reverse-Words-in-a-String/) | [C++ Java Python](./solutions/151.Reverse_Words_in_a_String) |    [Note Here](./solutions/151.Reverse_Words_in_a_String) |
180174
| 152 | [Maximum Product Subarray](https://leetcode.com/problems/Maximum-Product-Subarray/) |           [C++](./solutions/152.Maximum_Product_Subarray) | Coming soon |
181175
| 153 | [Find Minimum in Rotated Sorted Array](https://leetcode.com/problems/Find-Minimum-in-Rotated-Sorted-Array/) |           [C++](./solutions/153.Find_Minimum_in_Rotated_Sorted_Array) |    [Note Here](./solutions/153.Find_Minimum_in_Rotated_Sorted_Array) |
182176
| 154 | [Find Minimum in Rotated Sorted Array II](https://leetcode.com/problems/Find-Minimum-in-Rotated-Sorted-Array-II/) |    [C++ Python](./solutions/154.Find_Minimum_in_Rotated_Sorted_Array_II) |    [Note Here](./solutions/154.Find_Minimum_in_Rotated_Sorted_Array_II) |
183177
| 155 | [Min Stack](https://leetcode.com/problems/Min-Stack/) |           [C++](./solutions/155.Min_Stack) | Coming soon |
184-
| 156 | [Binary Tree Upside Down $](https://leetcode.com/problems/Binary-Tree-Upside-Down/) |        Not Buy |     Not Buy |
185-
| 157 | [Read N Characters Given Read4 $](https://leetcode.com/problems/Read-N-Characters-Given-Read4/) |        Not Buy |     Not Buy |
186-
| 158 | [Read N Characters Given Read4 II ... $](https://leetcode.com/problems/Read-N-Characters-Given-Read4-II---Call-multiple-times/) |        Not Buy |     Not Buy |
187-
| 159 | [Longest Substring with At Most Tw... $](https://leetcode.com/problems/Longest-Substring-with-At-Most-Two-Distinct-Characters/) |        Not Buy |     Not Buy |
188178
| 160 | [Intersection of Two Linked Lists](https://leetcode.com/problems/Intersection-of-Two-Linked-Lists/) |           [C++](./solutions/160.Intersection_of_Two_Linked_Lists) | Coming soon |
189-
| 161 | [One Edit Distance $](https://leetcode.com/problems/One-Edit-Distance/) |        Not Buy |     Not Buy |
190179
| 162 | [Find Peak Element](https://leetcode.com/problems/Find-Peak-Element/) | [C++ Java Python](./solutions/162.Find_Peak_Element) | Coming soon |
191-
| 163 | [Missing Ranges $](https://leetcode.com/problems/Missing-Ranges/) |        Not Buy |     Not Buy |
192180
| 164 | [Maximum Gap](https://leetcode.com/problems/Maximum-Gap/) |           [C++](./solutions/164.Maximum_Gap) |    [Note Here](./solutions/164.Maximum_Gap) |
193181
| 165 | [Compare Version Numbers](https://leetcode.com/problems/Compare-Version-Numbers/) |           [C++](./solutions/165.Compare_Version_Numbers) | Coming soon |
194182
| 166 | [Fraction to Recurring Decimal](https://leetcode.com/problems/Fraction-to-Recurring-Decimal/) |           [C++](./solutions/166.Fraction_to_Recurring_Decimal) |    [Note Here](./solutions/166.Fraction_to_Recurring_Decimal) |
195-
| 167 | [Two Sum II - Input array is sorted $](https://leetcode.com/problems/Two-Sum-II---Input-array-is-sorted/) |        Not Buy |     Not Buy |
196183
| 168 | [Excel Sheet Column Title](https://leetcode.com/problems/Excel-Sheet-Column-Title/) | [C++ Java Python](./solutions/168.Excel_Sheet_Column_Title) | Coming soon |
197184
| 169 | [Majority Element](https://leetcode.com/problems/Majority-Element/) | [C++ Java Python](./solutions/169.Majority_Element) | Coming soon |
198-
| 170 | [Two Sum III - Data structure design $](https://leetcode.com/problems/Two-Sum-III---Data-structure-design/) |        Not Buy |     Not Buy |
199185
| 171 | [Excel Sheet Column Number](https://leetcode.com/problems/Excel-Sheet-Column-Number/) | [C++ Java Python](./solutions/171.Excel_Sheet_Column_Number) | Coming soon |
200186
| 172 | [Factorial Trailing Zeroes](https://leetcode.com/problems/Factorial-Trailing-Zeroes/) | [C++ Java Python](./solutions/172.Factorial_Trailing_Zeroes) | Coming soon |
201187
| 173 | [Binary Search Tree Iterator](https://leetcode.com/problems/Binary-Search-Tree-Iterator/) |    [C++ Python](./solutions/173.Binary_Search_Tree_Iterator) |    [Note Here](./solutions/173.Binary_Search_Tree_Iterator) |
202-
| 174 | [Dungeon Game](https://leetcode.com/problems/Dungeon-Game/) |   Coming soon | Coming soon |
203188
| 175 | [Combine Two Tables](https://leetcode.com/problems/Combine-Two-Tables/) |           [SQL](./solutions/175.Combine_Two_Tables) | Coming soon |
204189
| 176 | [Second Highest Salary](https://leetcode.com/problems/Second-Highest-Salary/) |           [SQL](./solutions/176.Second_Highest_Salary) | Coming soon |
205190
| 177 | [Nth Highest Salary](https://leetcode.com/problems/Nth-Highest-Salary/) |           [SQL](./solutions/177.Nth_Highest_Salary) |    [Note Here](./solutions/177.Nth_Highest_Salary) |
@@ -210,8 +195,6 @@ I have solved 186 / 194 problems.=w=
210195
| 182 | [Duplicate Emails](https://leetcode.com/problems/Duplicate-Emails/) |           [SQL](./solutions/182.Duplicate_Emails) | Coming soon |
211196
| 183 | [Customers Who Never Order](https://leetcode.com/problems/Customers-Who-Never-Order/) |           [SQL](./solutions/183.Customers_Who_Never_Order) |    [Note Here](./solutions/183.Customers_Who_Never_Order) |
212197
| 184 | [Department Highest Salary](https://leetcode.com/problems/Department-Highest-Salary/) |           [SQL](./solutions/184.Department_Highest_Salary) |    [Note Here](./solutions/184.Department_Highest_Salary) |
213-
| 185 | [Department Top Three Salaries](https://leetcode.com/problems/Department-Top-Three-Salaries/) |   Coming soon | Coming soon |
214-
| 186 | [Reverse Words in a String II $](https://leetcode.com/problems/Reverse-Words-in-a-String-II/) |        Not Buy |     Not Buy |
215198
| 187 | [Repeated DNA Sequences](https://leetcode.com/problems/Repeated-DNA-Sequences/) | [C++ Java Python](./solutions/187.Repeated_DNA_Sequences) | Coming soon |
216199
| 188 | [Best Time to Buy and Sell Stock IV](https://leetcode.com/problems/Best-Time-to-Buy-and-Sell-Stock-IV/) |           [C++](./solutions/188.Best_Time_to_Buy_and_Sell_Stock_IV) |    [Note Here](./solutions/188.Best_Time_to_Buy_and_Sell_Stock_IV) |
217200
| 189 | [Rotate Array](https://leetcode.com/problems/Rotate-Array/) |           [C++](./solutions/189.Rotate_Array) |    [Note Here](./solutions/189.Rotate_Array) |
@@ -229,3 +212,5 @@ I have solved 186 / 194 problems.=w=
229212
| 201 | [Bitwise AND of Numbers Range](https://leetcode.com/problems/Bitwise-AND-of-Numbers-Range/) |    [C++ Python](./solutions/201.Bitwise_AND_of_Numbers_Range) |    [Note Here](./solutions/201.Bitwise_AND_of_Numbers_Range) |
230213
| 202 | [Happy Number](https://leetcode.com/problems/Happy-Number/) |    [C++ Python](./solutions/202.Happy_Number) |    [Note Here](./solutions/202.Happy_Number) |
231214
| 203 | [Remove Linked List Elements](https://leetcode.com/problems/Remove-Linked-List-Elements/) | [C++ Java Python](./solutions/203.Remove_Linked_List_Elements) |    [Note Here](./solutions/203.Remove_Linked_List_Elements) |
215+
| 204 | [Count Primes](https://leetcode.com/problems/Count-Primes/) |   Coming soon | Coming soon |
216+
| 205 | [Isomorphic Strings](https://leetcode.com/problems/Isomorphic-Strings/) |           [C++](./solutions/205.Isomorphic_Strings) | Coming soon |

0 commit comments

Comments
 (0)