Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4f3c473

Browse files
Updated Readme
1 parent bcfb619 commit 4f3c473

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎README.md‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ LeetCode
33

44
### LeetCode Algorithm
55

6-
(Notes: "♥" means you need to buy a book from Leetcode)
7-
86

97
| # | Title | Solution | Difficulty |
108
| --- | ----- | -------- | ---------- |
119
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [Java](./Easy/TwoSum.java) | Easy
1210
| 9 | [Palindrome Number](https://leetcode.com/problems/palindrome-number/) | [Java](./Easy/PalindromeNumber.java) | Easy
1311
| 13 | [Roman to Integer](https://leetcode.com/problems/roman-to-integer/) | [Java](./Easy/RomanToInteger.java) | Easy
1412
| 20 | [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/) | [Java](./Easy/ValidParentheses.java) | Easy
15-
16-
13+
| 21 | [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)| [Java](./Easy/MergeTwoSortedLists.java) | Easy
14+
|26|[Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)|[Java](./Easy/RemoveDupInArray.java)|Easy|
1715

1816

1917
| 70 | [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/) | [Java](./Easy/ClimbingStairs.java) | Easy

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /