You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,13 +28,14 @@ Each problem has its own directory containing:
28
28
| 6 |[Zigzag Conversion](Zigzag%20Conversion)| Medium |[Java](Zigzag%20Conversion/Solution.java)| String |
29
29
| 7 |[Reverse Integer](Reverse%20Integer)| Medium |[Java](Reverse%20Integer/Solution.java)| Math |
30
30
| 8 |[String to Integer (atoi)](./String%20to%20Integer%20(atoi))| Medium |[Java](./String%20to%20Integer%20(atoi)/Solution.java)| String |
31
+
| 9 |[Palindrome Number](Palindrome%20Number)| Easy |[Java](Palindrome%20Number/Solution.java)| Math |
31
32
| 214 |[Shortest Palindrome](Shortest%20Palindrome)| Hard |[Java](Shortest%20Palindrome/Solution.java)| String, Rolling Hash, String Matching, Hash Function |
32
33
| 2924 |[Find Champion II](Find%20Champion%20II)| Medium |[Java](Find%20Champion%20II/Solution.java)| Graph |
33
34
34
35
## Categories
35
36
36
37
### By Difficulty
37
-
- Easy: 1
38
+
- Easy: 2
38
39
- Medium: 7
39
40
- Hard: 2
40
41
@@ -57,14 +58,14 @@ Each problem has its own directory containing:
57
58
-[Add Two Numbers](Add%20Two%20Numbers)
58
59
- Math Problems
59
60
-[Add Two Numbers](Add%20Two%20Numbers)
61
+
-[Reverse Integer](Reverse%20Integer)
62
+
-[Palindrome Number](Palindrome%20Number)
60
63
- Binary Search Problems
61
64
-[Median of Two Sorted Arrays](Median%20of%20Two%20Sorted%20Arrays)
0 commit comments