Skip to content

Commit f77e6fd

Browse files
committed
add readme
1 parent ed0990f commit f77e6fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
- 152 Maximum Product Subarray.js
4949
- 153 Find Minimum in Rotated Sorted Array.js
5050
- 155 Min Stack.js
51+
- 156 Binary Tree Upside Down.js
5152
- 159 Longest Substring with At Most Two Disctinct Characters.js
5253
- 16 3Sum Closest.js
5354
- 160 Intersection Of Two Linked Lists.js
@@ -62,6 +63,7 @@
6263
- 173 Binary Search Tree Iterator.js
6364
- 179 Largest Number.js
6465
- 186 Reverse Words in a String II.js
66+
- 187 Repeated DNA Sequences.js
6567
- 188 Best Time to Buy and Sell Stock IV.js
6668
- 189 Rotate Array.js
6769
- 19 Remove Nth Node From End of List.js
@@ -85,6 +87,7 @@
8587
- 211 Add and Search Word - Data structure design.js
8688
- 213 House Robber II.js
8789
- 215 Kth Largest Element in an Array.js
90+
- 215 Kth Largest Element in an Array.py
8891
- 217 Contain Duplicate.js
8992
- 219 Contains Duplicate II.js
9093
- 22 Generate Parentheses.js
@@ -115,9 +118,11 @@
115118
- 245 Shortest Word Distance III.js
116119
- 249 Group Shifted Strings.js
117120
- 25 Reverse Nodes in k-Group.js
121+
- 254 Factor Combinations.js
118122
- 256 Paint House.js
119123
- 257 Binary Tree Paths.js
120124
- 26 Remove Duplicates from Sorted Array.js
125+
- 261 Graph Valid Tree.js
121126
- 263 Ugly Number.js
122127
- 264 Ugly Number II.js
123128
- 265 Paint House II.js
@@ -128,6 +133,7 @@
128133
- 277 Find the Celebrity.js
129134
- 279. Perfect Squares.js
130135
- 28 Implement strStr().js
136+
- 283 Move Zeroes.js
131137
- 286 Walls and Gates.js
132138
- 289. Game of Life.js
133139
- 295 Find Median From Data Stream.js
@@ -148,6 +154,7 @@
148154
- 339 Nested List Weight Sum.js
149155
- 34 Search for a Range.js
150156
- 340 Longest Substring With At Most K Distinct Characters.js
157+
- 348. Design Tic-Tac-Toe.java
151158
- 35 Search Insert Position.js
152159
- 36 Valid Sudoku.js
153160
- 364 Nested List Weight Sum II.js
@@ -180,6 +187,7 @@
180187
- 62 Unique Paths.js
181188
- 63 Unique Paths II.js
182189
- 64 Minimum Path Sum.js
190+
- 65 Valid Number.js
183191
- 66 Plus One.js
184192
- 67 Add Binary.js
185193
- 68 Text Justification.js
@@ -222,6 +230,7 @@
222230
- Parse HTML.js
223231
- Parse Log Top k Longest Running Job.js
224232
- Parse String Into Array.js
233+
- README.md
225234
- Ransom Note From Magazine.js
226235
- Rate Limiter.js
227236
- Reverse Integer.js

0 commit comments

Comments
 (0)