Skip to content

Commit 8404f96

Browse files
committed
20190306
1 parent 9a9cc6e commit 8404f96

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

TopInterview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@
109109
| 230 | [Kth Smallest Element in a BST]() | Medium | [Java](./code/lc230.java)
110110
| 234 | [Palindrome Linked List](https://leetcode.com/problems/palindrome-linked-list/) | Easy | [Java](./code/lc234.java)
111111
| 236 | [Lowest Common Ancestor of a Binary Tree](https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/) |Medium| [Java](./code/lc236.java)
112-
| 237 | [Delete Node in a Linked List]() | | [Java](./code/lc237.java)
112+
| 237 | [Delete Node in a Linked List]() | Easy | [Java](./code/lc237.java)
113113
| 238 | [Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/) |Medium| [Java](./code/lc238.java)
114114
| 239 | [Sliding Window Maximum](https://leetcode.com/problems/sliding-window-maximum/) | Hard | [Java](./code/lc239.java)
115115
| 240 | [Search a 2D Matrix II](https://leetcode.com/problems/search-a-2d-matrix-ii/) |Medium| [Java](./code/lc240.java)
116-
| 242 | [Valid Anagram]() | | [Java](./code/lc242.java)
116+
| 242 | [Valid Anagram]() | Easy | [Java](./code/lc242.java)
117117
| 251 | [Flatten 2D Vector](https://leetcode.com/problems/flatten-2d-vector) | Medium | [没权限]
118118
| 253 | [Meeting Rooms II](https://leetcode.com/problems/meeting-rooms-ii) | Medium | [没权限]
119-
| 268 | [Missing Number]() | | [Java](./code/lc268.java)
119+
| 268 | [Missing Number]() | Easy | [Java](./code/lc268.java)
120120
| 269 | [Alien Dictionary]() | Hard |[没权限]
121121
| 277 | [Find the Celebrity]() | Medium | [没权限]
122122
| 279 | [Perfect Squares](https://leetcode.com/problems/perfect-squares/) |Medium| [Java](./code/lc279.java)

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ LeetCode 指南
1414
* Tips:两种方法的本质是一样的其实,都是找到了步数差,都遍历了两遍
1515
*/
1616

17+
1718
---
1819

1920
### RoadMap
20-
- [:soccer:] [用户最喜欢的100道题(Top 100 Liked Questions)](./Top100.md)
21-
- [:basketball:] [面试最容易被问到的题(Top Interview Questions)](./TopInterview.md)
22-
- [:hamburger:] [我的题解(Problems I have Soved)](#LeetCode-Problems-I-have-Soved)
21+
- :soccer: [用户最喜欢的100道题(Top 100 Liked Questions)](./Top100.md)
22+
- :basketball: [面试最容易被问到的题(Top Interview Questions)](./TopInterview.md)
23+
- :hamburger: [我的题解(Problems I have Soved)](#LeetCode-Problems-I-have-Soved)
2324

2425
### LeetCode Problems I have Soved
2526

0 commit comments

Comments
 (0)