| .. |
|
img
|
fix formula img show
|
2020-08-18 01:15:13 +08:00 |
|
1. Two Sum.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
2. Add Two Numbers.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
3. Longest Substring Without Repeating Characters.md
|
update 3
|
2020-02-11 17:33:07 +08:00 |
|
4. Median of Two Sorted Arrays.md
|
🔨 fix typo
|
2020-02-21 17:31:57 +08:00 |
|
5. Longest Palindromic Substring.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
6. ZigZag Conversion.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
7. Reverse Integer.md
|
Update 7. Reverse Integer.md
|
2019-09-13 22:50:00 +08:00 |
|
8. String to Integer (atoi).md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
9. Palindrome Number.md
|
Update 9. Palindrome Number.md
|
2019-09-13 22:50:30 +08:00 |
|
10. Regular Expression Matching.md
|
add 10
|
2020-02-01 21:20:09 +08:00 |
|
11. Container With Most Water.md
|
fix 11
|
2023-02-18 11:29:54 +08:00 |
|
12. Integer to Roman.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
13. Roman to Integer.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
14. Longest Common Prefix.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
15. 3Sum.md
|
add similar problems url
|
2020-06-17 09:26:56 +08:00 |
|
16. 3Sum Closest.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
17. Letter Combinations of a Phone Number.md
|
add C++ solution2
|
2020-06-17 08:46:54 +08:00 |
|
18. 4Sum.md
|
fix 3sum url error
|
2020-06-17 09:23:52 +08:00 |
|
19. Remove Nth Node From End of List.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
20. Valid Parentheses.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
21. Merge Two Sorted Lists.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
22. Generate Parentheses.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
23. Merge k Sorted Lists.md
|
add 23
|
2020-02-21 23:57:18 +08:00 |
|
24. Swap Nodes in Pairs.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
26. Remove Duplicates from Sorted Array.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
27. Remove Element.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
28. Implement strStr().md
|
add 28. Implement strStr() 🍺
|
2020-02-25 21:23:52 +08:00 |
|
29. Divide Two Integers.md
|
Update 29. Divide Two Integers.md
|
2020-06-17 20:38:49 +08:00 |
|
31. Next Permutation.md
|
Update 31. Next Permutation.md
|
2019-01-12 16:39:22 +08:00 |
|
32. Longest Valid Parentheses.md
|
Update 32. Longest Valid Parentheses.md
|
2020-06-18 09:22:15 +08:00 |
|
33. Search in Rotated Sorted Array.md
|
fix typo & add comment about 81
|
2020-06-18 10:16:37 +08:00 |
|
34. Find First and Last Position of Element in Sorted Array.md
|
Create 34. Find First and Last Position of Element in Sorted Array.md
|
2019-01-05 13:24:01 +08:00 |
|
35. Search Insert Position.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
36. Valid Sudoku.md
|
Create 36. Valid Sudoku.md
|
2019-01-05 17:27:29 +08:00 |
|
38. Count and Say.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
39. Combination Sum.md
|
add 39 in README
|
2019-01-07 11:19:17 +08:00 |
|
40. Combination Sum II.md
|
Create 40. Combination Sum II.md
|
2019-01-07 20:05:41 +08:00 |
|
41. First Missing Positive.md
|
add 41. First Missing Positive 🍺
|
2020-02-22 12:27:43 +08:00 |
|
42. Trapping Rain Water.md
|
fix typo
|
2020-06-18 20:04:50 +08:00 |
|
43. Multiply Strings.md
|
add 43. Multiply Strings.md
|
2019-01-11 00:01:49 +08:00 |
|
44. Wildcard Matching.md
|
fix typo & highlight
|
2020-06-19 09:14:08 +08:00 |
|
45. Jump Game II.md
|
add 45. Jump Game II 🍺
|
2020-04-03 22:05:41 +08:00 |
|
46. Permutations.md
|
update 46
|
2020-02-08 14:14:34 +08:00 |
|
47. Permutations II.md
|
update 47
|
2020-02-08 14:14:49 +08:00 |
|
48. Rotate Image.md
|
Create 48. Rotate Image.md
|
2019-01-13 23:36:45 +08:00 |
|
49. Group Anagrams.md
|
add solution2
|
2020-06-20 10:43:47 +08:00 |
|
50. Pow(x, n).md
|
update 50
|
2020-01-31 13:41:36 +08:00 |
|
53. Maximum Subarray.md
|
update 53
|
2020-02-09 19:32:49 +08:00 |
|
54. Spiral Matrix.md
|
Update 54. Spiral Matrix.md
|
2019-01-17 23:34:19 +08:00 |
|
55. Jump Game.md
|
Create 55. Jump Game.md
|
2019-01-17 23:27:55 +08:00 |
|
56. Merge Intervals.md
|
Create 56. Merge Intervals.md
|
2019-01-22 23:43:56 +08:00 |
|
58. Length of Last Word.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
59. Spiral Matrix II.md
|
Create 59. Spiral Matrix II.md
|
2019-02-01 21:34:40 +08:00 |
|
60. Permutation Sequence.md
|
Create 60. Permutation Sequence.md
|
2019-02-02 21:12:43 +08:00 |
|
61. Rotate List.md
|
Create 61. Rotate List.md
|
2019-02-02 21:52:01 +08:00 |
|
62. Unique Paths.md
|
fix typo
|
2020-06-21 09:35:59 +08:00 |
|
63. Unique Paths II.md
|
Update 63. Unique Paths II.md
|
2019-02-18 23:28:44 +08:00 |
|
64. Minimum Path Sum.md
|
add 64
|
2020-02-10 20:40:32 +08:00 |
|
65. Valid Number.md
|
add code2
|
2020-06-22 17:03:25 +08:00 |
|
66. Plus One.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
67. Add Binary.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
69. Sqrt(x).md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
70. Climbing Stairs.md
|
update 70
|
2020-01-30 19:05:21 +08:00 |
|
71. Simplify Path.md
|
add comment about istringstream
|
2020-06-22 17:51:57 +08:00 |
|
72. Edit Distance.md
|
add 72. Edit Distance 🍺
|
2020-02-29 23:58:45 +08:00 |
|
73. Set Matrix Zeroes.md
|
Create 73. Set Matrix Zeroes.md
|
2019-02-21 19:06:48 +08:00 |
|
74. Search a 2D Matrix.md
|
Create 74. Search a 2D Matrix.md
|
2019-02-21 19:40:18 +08:00 |
|
75. Sort Colors.md
|
Update 75. Sort Colors.md
|
2019-12-03 23:07:35 +08:00 |
|
76. Minimum Window Substring.md
|
add 76. Minimum Window Substring 🍺
|
2020-02-28 23:46:12 +08:00 |
|
77. Combinations.md
|
update code of solution 1
|
2020-06-22 21:24:57 +08:00 |
|
78. Subsets.md
|
Update 78. Subsets.md
|
2019-03-22 14:57:49 +08:00 |
|
79. Word Search.md
|
Create 79. Word Search.md
|
2019-03-09 14:54:11 +08:00 |
|
80. Remove Duplicates from Sorted Array II.md
|
Create 80. Remove Duplicates from Sorted Array II.md
|
2019-03-09 15:20:46 +08:00 |
|
81. Search in Rotated Sorted Array II.md
|
Create 81. Search in Rotated Sorted Array II.md
|
2019-03-09 16:27:49 +08:00 |
|
82. Remove Duplicates from Sorted List II.md
|
Create 82. Remove Duplicates from Sorted List II.md
|
2019-03-09 23:51:10 +08:00 |
|
83. Remove Duplicates from Sorted List.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
84. Largest Rectangle in Histogram.md
|
add bold highlight
|
2020-06-22 22:14:26 +08:00 |
|
85. Maximal Rectangle.md
|
add 85. Maximal Rectangle 🍺
|
2020-04-07 12:17:17 +08:00 |
|
86. Partition List.md
|
Create 86. Partition List.md
|
2019-03-11 23:20:32 +08:00 |
|
88. Merge Sorted Array.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
89. Gray Code.md
|
update solution 3
|
2020-06-24 20:19:06 +08:00 |
|
90. Subsets II.md
|
Update 90. Subsets II.md
|
2020-06-23 23:48:21 +08:00 |
|
91. Decode Ways.md
|
Create 91. Decode Ways.md
|
2019-03-24 22:50:18 +08:00 |
|
92. Reverse Linked List II.md
|
Create 92. Reverse Linked List II.md
|
2019-03-24 23:39:01 +08:00 |
|
93. Restore IP Addresses.md
|
Create 93. Restore IP Addresses.md
|
2019-04-02 22:04:37 +08:00 |
|
94. Binary Tree Inorder Traversal.md
|
add code2 of iterative solution
|
2020-06-25 18:40:10 +08:00 |
|
95. Unique Binary Search Trees II.md
|
Create 95. Unique Binary Search Trees II.md
|
2019-04-21 23:12:25 +08:00 |
|
96. Unique Binary Search Trees.md
|
Create 96. Unique Binary Search Trees.md
|
2019-04-18 00:08:09 +08:00 |
|
97. Interleaving String.md
|
add 97
|
2022-12-27 22:52:05 +08:00 |
|
98. Validate Binary Search Tree.md
|
Create 98. Validate Binary Search Tree.md
|
2019-04-22 00:11:37 +08:00 |
|
99. Recover Binary Search Tree.md
|
add 99
|
2023-01-09 22:55:28 +08:00 |
|
100. Same Tree.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
101. Symmetric Tree.md
|
update code of solution2
|
2020-06-26 12:31:32 +08:00 |
|
102. Binary Tree Level Order Traversal.md
|
Create 102. Binary Tree Level Order Traversal.md
|
2019-04-22 23:53:48 +08:00 |
|
103. Binary Tree Zigzag Level Order Traversal.md
|
Create 103. Binary Tree Zigzag Level Order Traversal.md
|
2019-04-24 23:32:24 +08:00 |
|
104. Maximum Depth of Binary Tree.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
105. Construct Binary Tree from Preorder and Inorder Traversal.md
|
Update 105. Construct Binary Tree from Preorder and Inorder Traversal.md
|
2019-04-26 23:25:02 +08:00 |
|
106. Construct Binary Tree from Inorder and Postorder Traversal.md
|
Create 106. Construct Binary Tree from Inorder and Postorder Traversal.md
|
2019-04-26 23:29:57 +08:00 |
|
107. Binary Tree Level Order Traversal II.md
|
Update 107. Binary Tree Level Order Traversal II.md
|
2019-04-22 23:49:49 +08:00 |
|
108. Convert Sorted Array to Binary Search Tree.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
109. Convert Sorted List to Binary Search Tree.md
|
Create 109. Convert Sorted List to Binary Search Tree.md
|
2019-04-28 23:53:13 +08:00 |
|
110. Balanced Binary Tree.md
|
update 110: add solution2
|
2020-02-13 19:58:53 +08:00 |
|
111. Minimum Depth of Binary Tree.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
112. Path Sum.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
113. Path Sum II.md
|
update 113
|
2020-02-07 10:52:28 +08:00 |
|
114. Flatten Binary Tree to Linked List.md
|
update 114 and add 114 to readme
|
2019-06-11 19:56:58 +08:00 |
|
116. Populating Next Right Pointers in Each Node.md
|
Create 116. Populating Next Right Pointers in Each Node.md
|
2019-06-11 23:58:58 +08:00 |
|
117. Populating Next Right Pointers in Each Node II.md
|
update 117 and add 117 to readme
|
2019-06-14 00:27:47 +08:00 |
|
118. Pascal's Triangle.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
119. Pascal's Triangle II.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
120. Triangle.md
|
add 120
|
2019-06-18 23:49:29 +08:00 |
|
121. Best Time to Buy and Sell Stock.md
|
update: add blog link
|
2019-11-05 16:14:39 +08:00 |
|
122. Best Time to Buy and Sell Stock II.md
|
update: add blog link
|
2019-11-05 16:14:39 +08:00 |
|
123. Best Time to Buy and Sell Stock III.md
|
add 123
|
2019-11-05 16:20:07 +08:00 |
|
124. Binary Tree Maximum Path Sum.md
|
add 124. Binary Tree Maximum Path Sum 🍺
|
2020-03-04 16:07:11 +08:00 |
|
125. Valid Palindrome.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
127. Word Ladder.md
|
add 127
|
2019-07-08 23:25:30 +08:00 |
|
128. Longest Consecutive Sequence.md
|
add 128. Longest Consecutive Sequence 🍺
|
2020-03-04 17:12:47 +08:00 |
|
129. Sum Root to Leaf Numbers.md
|
Create 129. Sum Root to Leaf Numbers.md
|
2019-07-10 23:24:28 +08:00 |
|
130. Surrounded Regions.md
|
Create 130. Surrounded Regions.md
|
2019-07-17 10:25:12 +08:00 |
|
131. Palindrome Partitioning.md
|
Create 131. Palindrome Partitioning.md
|
2019-07-19 23:31:43 +08:00 |
|
133. Clone Graph.md
|
Create 133. Clone Graph.md
|
2019-07-23 23:37:09 +08:00 |
|
134. Gas Station.md
|
Create 134. Gas Station.md
|
2019-07-24 23:38:31 +08:00 |
|
136. Single Number.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
137. Single Number II.md
|
Create 137. Single Number II.md
|
2019-08-08 14:53:52 +08:00 |
|
138. Copy List with Random Pointer.md
|
update 138
|
2020-02-07 11:36:14 +08:00 |
|
139. Word Break.md
|
Create 139. Word Break.md
|
2019-08-10 17:32:28 +08:00 |
|
140. Word Break II.md
|
140. Word Break II 🍺
|
2020-03-04 22:10:46 +08:00 |
|
141. Linked List Cycle.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
142. Linked List Cycle II.md
|
update 142
|
2020-02-04 11:10:51 +08:00 |
|
143. Reorder List.md
|
Create 143. Reorder List.md
|
2019-08-11 14:42:42 +08:00 |
|
144. Binary Tree Preorder Traversal.md
|
Update 144. Binary Tree Preorder Traversal.md
|
2020-06-25 18:53:21 +08:00 |
|
145. Binary Tree Postorder Traversal.md
|
Create 145. Binary Tree Postorder Traversal.md
|
2020-06-27 20:47:28 +08:00 |
|
146. LRU Cache.md
|
add 146. LRU Cache 🍺
|
2020-03-02 23:27:01 +08:00 |
|
148. Sort List.md
|
Create 148. Sort List.md
|
2019-08-21 21:40:00 +08:00 |
|
149. Max Points on a Line.md
|
add 149. Max Points on a Line 🍺
|
2020-03-16 22:47:24 +08:00 |
|
150. Evaluate Reverse Polish Notation.md
|
Create 150. Evaluate Reverse Polish Notation.md
|
2019-08-21 22:12:06 +08:00 |
|
151. Reverse Words in a String.md
|
Create 151. Reverse Words in a String.md
|
2019-08-23 15:45:17 +08:00 |
|
152. Maximum Product Subarray.md
|
Create 152. Maximum Product Subarray.md
|
2019-08-26 17:28:06 +08:00 |
|
153. Find Minimum in Rotated Sorted Array.md
|
Update 153. Find Minimum in Rotated Sorted Array.md
|
2020-01-29 12:06:26 +08:00 |
|
155. Min Stack.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
160. Intersection of Two Linked Lists.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
162. Find Peak Element.md
|
Create 162. Find Peak Element.md
|
2019-08-27 22:00:21 +08:00 |
|
165. Compare Version Numbers.md
|
Update 165. Compare Version Numbers.md
|
2020-07-01 08:48:42 +08:00 |
|
166. Fraction to Recurring Decimal.md
|
Update 166. Fraction to Recurring Decimal.md
|
2019-08-30 21:57:22 +08:00 |
|
167. Two Sum II - Input array is sorted.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
168. Excel Sheet Column Title.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
169. Majority Element.md
|
update 169
|
2020-02-09 11:35:30 +08:00 |
|
171. Excel Sheet Column Number.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
172. Factorial Trailing Zeroes.md
|
Update 172. Factorial Trailing Zeroes.md
|
2020-07-01 21:27:25 +08:00 |
|
179. Largest Number.md
|
fix typo: 再->在
|
2020-07-02 09:59:27 +08:00 |
|
187. Repeated DNA Sequences.md
|
fix {{ bux
|
2019-09-04 16:30:48 +08:00 |
|
188. Best Time to Buy and Sell Stock IV.md
|
add 188
|
2019-11-05 16:24:16 +08:00 |
|
189. Rotate Array.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
190. Reverse Bits.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
191. Number of 1 Bits.md
|
update 191
|
2020-01-31 12:41:29 +08:00 |
|
198. House Robber.md
|
Update 198. House Robber.md
|
2019-12-10 11:10:04 +08:00 |
|
199. Binary Tree Right Side View.md
|
Create 199. Binary Tree Right Side View.md
|
2019-09-01 17:41:06 +08:00 |
|
200. Number of Islands.md
|
Create 200. Number of Islands.md
|
2019-09-02 17:29:55 +08:00 |
|
201. Bitwise AND of Numbers Range.md
|
Create 201. Bitwise AND of Numbers Range.md
|
2019-09-03 19:39:57 +08:00 |
|
202. Happy Number.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
203. Remove Linked List Elements.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
204. Count Primes.md
|
update code2
|
2020-07-04 20:04:42 +08:00 |
|
205. Isomorphic Strings.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
206. Reverse Linked List.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
207. Course Schedule.md
|
Create 207. Course Schedule.md
|
2019-09-04 16:26:46 +08:00 |
|
208. Implement Trie (Prefix Tree).md
|
Update 208. Implement Trie (Prefix Tree).md
|
2020-07-07 20:17:33 +08:00 |
|
209. Minimum Size Subarray Sum.md
|
Create 209. Minimum Size Subarray Sum.md
|
2019-09-07 12:38:29 +08:00 |
|
210. Course Schedule II.md
|
Create 210. Course Schedule II.md
|
2019-09-08 18:36:31 +08:00 |
|
211. Add and Search Word - Data structure design.md
|
Create 211. Add and Search Word - Data structure design.md
|
2020-07-07 20:30:12 +08:00 |
|
212. Word Search II.md
|
add 212. Word Search II 🍺
|
2020-03-21 00:48:30 +08:00 |
|
213. House Robber II.md
|
Create 213. House Robber II.md
|
2019-12-10 11:21:59 +08:00 |
|
215. Kth Largest Element in an Array.md
|
update 215
|
2020-02-09 11:34:47 +08:00 |
|
216. Combination Sum III.md
|
Create 216. Combination Sum III.md
|
2019-09-10 20:01:43 +08:00 |
|
217. Contains Duplicate.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
218. The Skyline Problem.md
|
Update 218. The Skyline Problem.md
|
2020-07-08 08:40:51 +08:00 |
|
219. Contains Duplicate II.md
|
Update 219. Contains Duplicate II.md
|
2020-07-08 09:04:56 +08:00 |
|
220. Contains Duplicate III.md
|
Create 220. Contains Duplicate III.md
|
2019-09-11 19:53:15 +08:00 |
|
221. Maximal Square.md
|
add solution 5
|
2020-07-08 22:08:14 +08:00 |
|
222. Count Complete Tree Nodes.md
|
Create 222. Count Complete Tree Nodes.md
|
2019-09-15 21:27:02 +08:00 |
|
223. Rectangle Area.md
|
Create 223. Rectangle Area.md
|
2019-09-19 23:26:51 +08:00 |
|
225. Implement Stack using Queues.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
226. Invert Binary Tree.md
|
update 226
|
2020-02-05 11:30:20 +08:00 |
|
227. Basic Calculator II.md
|
Create 227. Basic Calculator II.md
|
2019-09-21 17:40:00 +08:00 |
|
228. Summary Ranges.md
|
Create 228. Summary Ranges.md
|
2019-09-21 20:30:56 +08:00 |
|
229. Majority Element II.md
|
Create 229. Majority Element II.md
|
2019-09-23 21:11:27 +08:00 |
|
230. Kth Smallest Element in a BST.md
|
fix typo
|
2019-09-23 22:01:32 +08:00 |
|
231. Power of Two.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
232. Implement Queue using Stacks.md
|
update 232
|
2020-01-30 18:17:25 +08:00 |
|
233. Number of Digit One.md
|
fix typo
|
2020-07-10 22:50:45 +08:00 |
|
234. Palindrome Linked List.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
235. Lowest Common Ancestor of a Binary Search Tree.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
236. Lowest Common Ancestor of a Binary Tree.md
|
Create 236. Lowest Common Ancestor of a Binary Tree.md
|
2019-09-25 23:20:27 +08:00 |
|
237. Delete Node in a Linked List.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
238. Product of Array Except Self.md
|
Create 238. Product of Array Except Self.md
|
2019-10-03 20:30:19 +08:00 |
|
239. Sliding Window Maximum.md
|
add 239
|
2020-02-15 14:24:14 +08:00 |
|
240. Search a 2D Matrix II.md
|
Create 240. Search a 2D Matrix II.md
|
2019-10-08 22:32:23 +08:00 |
|
241. Different Ways to Add Parentheses.md
|
add 241
|
2019-10-20 15:23:01 +08:00 |
|
242. Valid Anagram.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
257. Binary Tree Paths.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
258. Add Digits.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
260. Single Number III.md
|
update 260
|
2020-02-13 22:05:32 +08:00 |
|
263. Ugly Number.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
264. Ugly Number II.md
|
update 264
|
2020-02-11 18:25:03 +08:00 |
|
268. Missing Number.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
274. H-Index.md
|
Update 274. H-Index.md
|
2019-10-31 10:12:30 +08:00 |
|
275. H-Index II.md
|
Create 275. H-Index II.md
|
2019-10-31 13:05:21 +08:00 |
|
278. First Bad Version.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
279. Perfect Squares.md
|
Create 279. Perfect Squares.md
|
2019-11-01 17:11:13 +08:00 |
|
283. Move Zeroes.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
284. Peeking Iterator.md
|
add 284 🍺
|
2020-07-16 11:43:15 +08:00 |
|
287. Find the Duplicate Number.md
|
update 287
|
2020-01-30 17:36:46 +08:00 |
|
289. Game of Life.md
|
Create 289. Game of Life.md
|
2019-11-07 20:47:51 +08:00 |
|
290. Word Pattern.md
|
Update 290. Word Pattern.md
|
2020-07-25 11:12:30 +08:00 |
|
292. Nim Game.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
295. Find Median from Data Stream.md
|
add 295
|
2020-02-09 19:20:28 +08:00 |
|
297. Serialize and Deserialize Binary Tree.md
|
add 297
|
2020-02-07 20:25:10 +08:00 |
|
299. Bulls and Cows.md
|
add 299
|
2022-10-26 22:48:25 +08:00 |
|
300. Longest Increasing Subsequence.md
|
Update 300. Longest Increasing Subsequence.md
|
2020-07-30 12:18:26 +08:00 |
|
301. Remove Invalid Parentheses.md
|
add 301. Remove Invalid Parentheses 🍺
|
2020-04-28 23:17:52 +08:00 |
|
303. Range Sum Query - Immutable.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
304. Range Sum Query 2D - Immutable.md
|
Create 304. Range Sum Query 2D - Immutable.md
|
2019-11-09 11:21:11 +08:00 |
|
306. Additive Number.md
|
Create 306. Additive Number.md
|
2019-11-11 13:10:11 +08:00 |
|
307. Range Sum Query - Mutable.md
|
Create 307. Range Sum Query - Mutable.md
|
2019-11-18 21:12:42 +08:00 |
|
309. Best Time to Buy and Sell Stock with Cooldown.md
|
add 309
|
2019-11-05 16:28:38 +08:00 |
|
310. Minimum Height Trees.md
|
add solution1 code
|
2020-08-11 20:24:40 +08:00 |
|
312. Burst Balloons.md
|
Create 312. Burst Balloons.md
|
2019-11-09 18:04:59 +08:00 |
|
313. Super Ugly Number.md
|
fix typo
|
2019-11-15 13:21:54 +08:00 |
|
315. Count of Smaller Numbers After Self.md
|
Update 315. Count of Smaller Numbers After Self.md
|
2020-08-12 19:43:48 +08:00 |
|
316. Remove Duplicate Letters.md
|
add 316
|
2022-11-01 23:47:24 +08:00 |
|
318. Maximum Product of Word Lengths.md
|
Create 318. Maximum Product of Word Lengths.md
|
2019-11-16 16:05:04 +08:00 |
|
319. Bulb Switcher.md
|
Create 319. Bulb Switcher.md
|
2019-11-16 17:51:50 +08:00 |
|
322. Coin Change.md
|
add solution2
|
2019-11-26 20:49:17 +08:00 |
|
324. Wiggle Sort II.md
|
Create 324. Wiggle Sort II.md
|
2019-12-04 00:21:42 +08:00 |
|
326. Power of Three.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
328. Odd Even Linked List.md
|
Create 328. Odd Even Linked List.md
|
2019-12-04 13:50:50 +08:00 |
|
329. Longest Increasing Path in a Matrix.md
|
add 329. Longest Increasing Path in a Matrix 🍺
|
2020-04-06 21:53:41 +08:00 |
|
331. Verify Preorder Serialization of a Binary Tree.md
|
Create 331. Verify Preorder Serialization of a Binary Tree.md
|
2019-12-04 21:57:44 +08:00 |
|
332. Reconstruct Itinerary.md
|
add 332
|
2019-12-06 22:26:29 +08:00 |
|
334. Increasing Triplet Subsequence.md
|
Update 334. Increasing Triplet Subsequence.md
|
2019-12-08 22:19:02 +08:00 |
|
337. House Robber III.md
|
Create 337. House Robber III.md
|
2019-12-10 13:54:30 +08:00 |
|
338. Counting Bits.md
|
Create 338. Counting Bits.md
|
2019-12-10 15:32:48 +08:00 |
|
341. Flatten Nested List Iterator.md
|
add solution2
|
2020-08-19 22:23:34 +08:00 |
|
342. Power of Four.md
|
fix formula img show
|
2020-08-18 01:15:13 +08:00 |
|
343. Integer Break.md
|
fix typo
|
2019-12-11 15:11:26 +08:00 |
|
344. Reverse String.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
345. Reverse Vowels of a String.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
347. Top K Frequent Elements.md
|
Update 347. Top K Frequent Elements.md
|
2019-12-11 20:24:14 +08:00 |
|
349. Intersection of Two Arrays.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
350. Intersection of Two Arrays II.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
357. Count Numbers with Unique Digits.md
|
Create 357. Count Numbers with Unique Digits.md
|
2019-12-12 21:14:22 +08:00 |
|
365. Water and Jug Problem.md
|
Create 365. Water and Jug Problem.md
|
2019-12-13 11:23:32 +08:00 |
|
367. Valid Perfect Square.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
368. Largest Divisible Subset.md
|
Create 368. Largest Divisible Subset.md
|
2019-12-13 15:50:40 +08:00 |
|
371. Sum of Two Integers.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
372. Super Pow.md
|
Create 372. Super Pow.md
|
2019-12-13 17:16:05 +08:00 |
|
373. Find K Pairs with Smallest Sums.md
|
Create 373. Find K Pairs with Smallest Sums.md
|
2019-12-16 16:34:41 +08:00 |
|
374. Guess Number Higher or Lower.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
375. Guess Number Higher or Lower II.md
|
Update 375. Guess Number Higher or Lower II.md
|
2020-08-24 22:27:16 +08:00 |
|
376. Wiggle Subsequence.md
|
Create 376. Wiggle Subsequence.md
|
2019-12-16 21:32:52 +08:00 |
|
377. Combination Sum IV.md
|
Create 377. Combination Sum IV.md
|
2019-12-17 11:11:17 +08:00 |
|
378. Kth Smallest Element in a Sorted Matrix.md
|
Create 378. Kth Smallest Element in a Sorted Matrix.md
|
2019-12-17 16:41:47 +08:00 |
|
380. Insert Delete GetRandom O(1).md
|
Create 380. Insert Delete GetRandom O(1).md
|
2019-12-17 21:40:10 +08:00 |
|
381. Insert Delete GetRandom O(1) - Duplicates allowed.md
|
Create 381. Insert Delete GetRandom O(1) - Duplicates allowed.md
|
2019-12-17 23:19:45 +08:00 |
|
382. Linked List Random Node.md
|
add 382 C++ code
|
2019-12-19 15:58:45 +08:00 |
|
383. Ransom Note.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
384. Shuffle an Array.md
|
add solution3: Inside-Out algorithm
|
2020-02-27 18:37:40 +08:00 |
|
385. Mini Parser.md
|
Create 385. Mini Parser.md
|
2019-12-20 13:26:17 +08:00 |
|
386. Lexicographical Numbers.md
|
Create 386. Lexicographical Numbers.md
|
2019-12-20 14:37:30 +08:00 |
|
387. First Unique Character in a String.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
388. Longest Absolute File Path.md
|
Create 388. Longest Absolute File Path.md
|
2019-12-23 16:31:51 +08:00 |
|
389. Find the Difference.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
390. Elimination Game.md
|
Create 390. Elimination Game.md
|
2019-12-23 21:45:58 +08:00 |
|
392. Is Subsequence.md
|
Create 392. Is Subsequence.md
|
2019-12-24 13:13:19 +08:00 |
|
393. UTF-8 Validation.md
|
Create 393. UTF-8 Validation.md
|
2020-01-01 19:40:52 +08:00 |
|
394. Decode String.md
|
Update 394. Decode String.md
|
2020-01-01 23:17:23 +08:00 |
|
395. Longest Substring with At Least K Repeating Characters.md
|
Create 395. Longest Substring with At Least K Repeating Characters.md
|
2020-01-02 20:15:17 +08:00 |
|
396. Rotate Function.md
|
add 396
|
2020-01-29 18:17:37 +08:00 |
|
397. Integer Replacement.md
|
Create 397. Integer Replacement.md
|
2020-01-28 21:08:38 +08:00 |
|
398. Random Pick Index.md
|
Create 398. Random Pick Index.md
|
2019-12-19 16:20:22 +08:00 |
|
400. Nth Digit.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
401. Binary Watch.md
|
add 401
|
2022-11-22 23:04:43 +08:00 |
|
402. Remove K Digits.md
|
add 402
|
2022-11-07 22:17:10 +08:00 |
|
404. Sum of Left Leaves.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
405. Convert a Number to Hexadecimal.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
406. Queue Reconstruction by Height.md
|
add 406. Queue Reconstruction by Height 🍺
|
2020-04-30 21:55:18 +08:00 |
|
409. Longest Palindrome.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
412. Fizz Buzz.md
|
add 412. Fizz Buzz 🍺
|
2020-03-23 12:01:40 +08:00 |
|
413. Arithmetic Slices.md
|
add 413
|
2022-11-22 23:47:11 +08:00 |
|
414. Third Maximum Number.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
415. Add Strings.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
416. Partition Equal Subset Sum.md
|
add solution2
|
2019-11-25 23:26:57 +08:00 |
|
429. N-ary Tree Level Order Traversal.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
434. Number of Segments in a String.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
437. Path Sum III.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
438. Find All Anagrams in a String.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
441. Arranging Coins.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
443. String Compression.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
447. Number of Boomerangs.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
448. Find All Numbers Disappeared in an Array.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
453. Minimum Moves to Equal Array Elements.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
454. 4Sum II.md
|
add 454. 4Sum II 🍺
|
2020-03-25 11:35:21 +08:00 |
|
455. Assign Cookies.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
459. Repeated Substring Pattern.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
461. Hamming Distance.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
463. Island Perimeter.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
474. Ones and Zeroes.md
|
Create 474. Ones and Zeroes.md
|
2019-12-16 22:29:38 +08:00 |
|
475. Heaters.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
476. Number Complement.md
|
整理成了表格形式,里面的网址有的可能不对,后期会完善
|
2019-01-01 23:11:07 +08:00 |
|
485. Max Consecutive Ones.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
493. Reverse Pairs.md
|
add 493
|
2020-02-12 16:12:36 +08:00 |
|
494. Target Sum.md
|
Create 494. Target Sum.md
|
2019-11-26 21:26:54 +08:00 |
|
496. Next Greater Element I.md
|
add monotonic_stack_queue url
|
2020-03-12 22:58:56 +08:00 |
|
500. Keyboard Row.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
509. Fibonacci Number.md
|
add CodingInterview
|
2020-01-30 18:56:12 +08:00 |
|
532. K-diff Pairs in an Array.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
543. Diameter of Binary Tree.md
|
add 543. Diameter of Binary Tree 🍺
|
2020-04-30 14:50:57 +08:00 |
|
560. Subarray Sum Equals K.md
|
add 560. Subarray Sum Equals K 🍺
|
2020-05-02 17:35:25 +08:00 |
|
561. Array Partition I.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
566. Reshape the Matrix.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
572. Subtree of Another Tree.md
|
add 572
|
2020-02-04 17:53:32 +08:00 |
|
581. Shortest Unsorted Continuous Subarray.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
605. Can Place Flowers.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
617. Merge Two Binary Trees.md
|
add 617. Merge Two Binary Trees 🍺
|
2020-05-03 16:10:51 +08:00 |
|
621. Task Scheduler.md
|
add 621. Task Scheduler 🍺
|
2020-05-03 20:01:49 +08:00 |
|
628. Maximum Product of Three Numbers.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
643. Maximum Average Subarray I.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
647. Palindromic Substrings.md
|
add 647. Palindromic Substrings.md 🍺
|
2020-05-05 17:12:10 +08:00 |
|
661. Image Smoother.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
665. Non-decreasing Array.md
|
add C++ indicator before code
|
2019-09-13 23:08:41 +08:00 |
|
714. Best Time to Buy and Sell Stock with Transaction Fee.md
|
add 714
|
2019-11-05 16:32:01 +08:00 |
|
739. Daily Temperatures.md
|
add 739. Daily Temperatures 🍺
|
2020-05-07 23:14:33 +08:00 |
|
829. Consecutive Numbers Sum.md
|
fix table bug
|
2020-02-14 12:19:52 +08:00 |
|
846. Hand of Straights.md
|
add 846
|
2020-02-16 20:13:31 +08:00 |
|
905. Sort Array By Parity.md
|
add 905
|
2020-02-03 17:52:39 +08:00 |
|
946. Validate Stack Sequences.md
|
add 946
|
2020-02-06 22:10:40 +08:00 |
|
1155. Number of Dice Rolls With Target Sum.md
|
add 1155
|
2020-02-16 14:19:36 +08:00 |