Skip to content

Commit df63ab0

Browse files
committed
update readme
1 parent d7fcf87 commit df63ab0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,21 +179,21 @@ I have solved 164 / 182 problems.=w=
179179
| 153 | [Find Minimum in Rotated Sorted Array](https://oj.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) |
180180
| 154 | [Find Minimum in Rotated Sorted Array II](https://oj.leetcode.com/problems/Find-Minimum-in-Rotated-Sorted-Array-II/) |   Coming soon | Coming soon |
181181
| 155 | [Min Stack](https://oj.leetcode.com/problems/Min-Stack/) |           [C++](./solutions/155.Min_Stack) | Coming soon |
182-
| 156 | [Binary Tree Upside Down$](https://oj.leetcode.com/problems/Binary-Tree-Upside-Down/) |        Not Buy |     Not Buy |
183-
| 157 | [Read N Characters Given Read4$](https://oj.leetcode.com/problems/Read-N-Characters-Given-Read4/) |        Not Buy |     Not Buy |
184-
| 158 | [Read N Characters Given Read4 II ...$](https://oj.leetcode.com/problems/Read-N-Characters-Given-Read4-II---Call-multiple-times/) |        Not Buy |     Not Buy |
185-
| 159 | [Longest Substring with At Most Tw...$](https://oj.leetcode.com/problems/Longest-Substring-with-At-Most-Two-Distinct-Characters/) |        Not Buy |     Not Buy |
182+
| 156 | [Binary Tree Upside Down $](https://oj.leetcode.com/problems/Binary-Tree-Upside-Down/) |        Not Buy |     Not Buy |
183+
| 157 | [Read N Characters Given Read4 $](https://oj.leetcode.com/problems/Read-N-Characters-Given-Read4/) |        Not Buy |     Not Buy |
184+
| 158 | [Read N Characters Given Read4 II ... $](https://oj.leetcode.com/problems/Read-N-Characters-Given-Read4-II---Call-multiple-times/) |        Not Buy |     Not Buy |
185+
| 159 | [Longest Substring with At Most Tw... $](https://oj.leetcode.com/problems/Longest-Substring-with-At-Most-Two-Distinct-Characters/) |        Not Buy |     Not Buy |
186186
| 160 | [Intersection of Two Linked Lists](https://oj.leetcode.com/problems/Intersection-of-Two-Linked-Lists/) |           [C++](./solutions/160.Intersection_of_Two_Linked_Lists) | Coming soon |
187-
| 161 | [One Edit Distance$](https://oj.leetcode.com/problems/One-Edit-Distance/) |        Not Buy |     Not Buy |
187+
| 161 | [One Edit Distance $](https://oj.leetcode.com/problems/One-Edit-Distance/) |        Not Buy |     Not Buy |
188188
| 162 | [Find Peak Element](https://oj.leetcode.com/problems/Find-Peak-Element/) | [C++ Java Python](./solutions/162.Find_Peak_Element) | Coming soon |
189-
| 163 | [Missing Ranges$](https://oj.leetcode.com/problems/Missing-Ranges/) |        Not Buy |     Not Buy |
189+
| 163 | [Missing Ranges $](https://oj.leetcode.com/problems/Missing-Ranges/) |        Not Buy |     Not Buy |
190190
| 164 | [Maximum Gap](https://oj.leetcode.com/problems/Maximum-Gap/) |           [C++](./solutions/164.Maximum_Gap) |    [Note Here](./solutions/164.Maximum_Gap) |
191191
| 165 | [Compare Version Numbers](https://oj.leetcode.com/problems/Compare-Version-Numbers/) |           [C++](./solutions/165.Compare_Version_Numbers) | Coming soon |
192192
| 166 | [Fraction to Recurring Decimal](https://oj.leetcode.com/problems/Fraction-to-Recurring-Decimal/) |   Coming soon | Coming soon |
193-
| 167 | [Two Sum II - Input array is sorted$](https://oj.leetcode.com/problems/Two-Sum-II---Input-array-is-sorted/) |        Not Buy |     Not Buy |
193+
| 167 | [Two Sum II - Input array is sorted $](https://oj.leetcode.com/problems/Two-Sum-II---Input-array-is-sorted/) |        Not Buy |     Not Buy |
194194
| 168 | [Excel Sheet Column Title](https://oj.leetcode.com/problems/Excel-Sheet-Column-Title/) | [C++ Java Python](./solutions/168.Excel_Sheet_Column_Title) | Coming soon |
195195
| 169 | [Majority Element](https://oj.leetcode.com/problems/Majority-Element/) | [C++ Java Python](./solutions/169.Majority_Element) | Coming soon |
196-
| 170 | [Two Sum III - Data structure design$](https://oj.leetcode.com/problems/Two-Sum-III---Data-structure-design/) |        Not Buy |     Not Buy |
196+
| 170 | [Two Sum III - Data structure design $](https://oj.leetcode.com/problems/Two-Sum-III---Data-structure-design/) |        Not Buy |     Not Buy |
197197
| 171 | [Excel Sheet Column Number](https://oj.leetcode.com/problems/Excel-Sheet-Column-Number/) | [C++ Java Python](./solutions/171.Excel_Sheet_Column_Number) | Coming soon |
198198
| 172 | [Factorial Trailing Zeroes](https://oj.leetcode.com/problems/Factorial-Trailing-Zeroes/) | [C++ Java Python](./solutions/172.Factorial_Trailing_Zeroes) | Coming soon |
199199
| 173 | [Binary Search Tree Iterator](https://oj.leetcode.com/problems/Binary-Search-Tree-Iterator/) |    [C++ Python](./solutions/173.Binary_Search_Tree_Iterator) |    [Note Here](./solutions/173.Binary_Search_Tree_Iterator) |
@@ -209,7 +209,7 @@ I have solved 164 / 182 problems.=w=
209209
| 183 | [Customers Who Never Order](https://oj.leetcode.com/problems/Customers-Who-Never-Order/) |           [SQL](./solutions/183.Customers_Who_Never_Order) |    [Note Here](./solutions/183.Customers_Who_Never_Order) |
210210
| 184 | [Department Highest Salary](https://oj.leetcode.com/problems/Department-Highest-Salary/) |   Coming soon | Coming soon |
211211
| 185 | [Department Top Three Salaries](https://oj.leetcode.com/problems/Department-Top-Three-Salaries/) |   Coming soon | Coming soon |
212-
| 186 | [Reverse Words in a String II$](https://oj.leetcode.com/problems/Reverse-Words-in-a-String-II/) |        Not Buy |     Not Buy |
212+
| 186 | [Reverse Words in a String II $](https://oj.leetcode.com/problems/Reverse-Words-in-a-String-II/) |        Not Buy |     Not Buy |
213213
| 187 | [Repeated DNA Sequences](https://oj.leetcode.com/problems/Repeated-DNA-Sequences/) | [C++ Java Python](./solutions/187.Repeated_DNA_Sequences) | Coming soon |
214214
| 188 | [Best Time to Buy and Sell Stock IV](https://oj.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) |
215215
| 189 | [Rotate Array](https://oj.leetcode.com/problems/Rotate-Array/) |   Coming soon | Coming soon |

solutions/table_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
if len(prb[4:]) > 40:
6363
prb = prb[:37] + '...'
6464
if prb[:3] in leetcode_book:
65-
prb += '$'
65+
prb += ' $'
6666

6767
p = '| ' + prb[:3] + ' | [' + re.sub('_', ' ', prb[4:]) + '](' + link + ') | '
6868

0 commit comments

Comments
 (0)