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 bcfb619

Browse files
Update README.md
1 parent 9600d8d commit bcfb619

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎README.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,12 @@ LeetCode
99
| # | Title | Solution | Difficulty |
1010
| --- | ----- | -------- | ---------- |
1111
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [Java](./Easy/TwoSum.java) | Easy
12+
| 9 | [Palindrome Number](https://leetcode.com/problems/palindrome-number/) | [Java](./Easy/PalindromeNumber.java) | Easy
13+
| 13 | [Roman to Integer](https://leetcode.com/problems/roman-to-integer/) | [Java](./Easy/RomanToInteger.java) | Easy
14+
| 20 | [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/) | [Java](./Easy/ValidParentheses.java) | Easy
15+
16+
17+
18+
1219
| 70 | [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/) | [Java](./Easy/ClimbingStairs.java) | Easy
1320

0 commit comments

Comments
(0)

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