We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9600d8d commit bcfb619Copy full SHA for bcfb619
README.md
@@ -9,5 +9,12 @@ LeetCode
9
| # | Title | Solution | Difficulty |
10
| --- | ----- | -------- | ---------- |
11
| 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
19
| 70 | [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/) | [Java](./Easy/ClimbingStairs.java) | Easy
20
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments