Skip to content

Commit 48b330d

Browse files
committed
chore: auto-update README with latest solutions
1 parent b25f6bd commit 48b330d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
44

55
<!-- START_STATS -->
6-
- ✅ Solved: 1
7-
- 🟢 Easy: 1
6+
- ✅ Solved: 2
7+
- 🟢 Easy: 2
88
- 🟡 Medium: 0
99
- 🔴 Hard: 0
1010
<!-- END_STATS -->
@@ -14,4 +14,5 @@ My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
1414
| # | Title | Difficulty | Solution |
1515
|---|-------|------------|----------|
1616
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | Easy | [`two_sum_0001.py`](solutions/two_sum_0001.py) |
17+
| 9 | [Palindrome Number](https://leetcode.com/problems/palindrome-number/) | Easy | [`palindrome_number_0009.py`](solutions/palindrome_number_0009.py) |
1718
<!-- END_TABLE -->

0 commit comments

Comments
 (0)