Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a155b76

Browse files
committed
NO14
1 parent a8e1a15 commit a155b76

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ I really **enjoy** it, I will always update it.
1919

2020
<h3 id = 1>Array</h4>
2121

22-
| Problem | Solution | Time | Difficulty | Note |
23-
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ---- |
24-
| [26.Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No26.java) | O(N) | Easy | |
25-
| [27.Remove Element](https://leetcode.com/problems/remove-element) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No27.java) | O(N) | Easy | |
26-
| [35.Search Insert Position](https://leetcode.com/problems/search-insert-position) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No35.java) | O(N) | Easy | |
27-
| [53.Maximum Subarray](https://leetcode.com/problems/maximum-subarray) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No53.java) | | Easy | |
28-
| [66.Plus One](https://leetcode.com/problems/plus-one) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No66.java) | O(N) | Easy | |
29-
| [1.Two Sum](https://leetcode.com/problems/two-sum) | [java]() | | | |
22+
| Problem | Solution | Time | Difficulty | Note |
23+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | --------------- |
24+
| [26.Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No26.java) | O(N) | Easy | |
25+
| [27.Remove Element](https://leetcode.com/problems/remove-element) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No27.java) | O(N) | Easy | |
26+
| [35.Search Insert Position](https://leetcode.com/problems/search-insert-position) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No35.java) | O(N) | Easy | |
27+
| [53.Maximum Subarray](https://leetcode.com/problems/maximum-subarray) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No53.java) | | Easy | |
28+
| [66.Plus One](https://leetcode.com/problems/plus-one) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No66.java) | O(N) | Easy | |
29+
| [1.Two Sum](https://leetcode.com/problems/two-sum) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No1.java) | | | |
30+
| [14.Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix) | [java](https://github.com/tujietg/leetcode/blob/master/Array/No14.java) | O(N) | Easy | 😩第一个元素范围 |
3031

3132
<h3 id = 2>LinkedList</h4>
3233

0 commit comments

Comments
 (0)