Skip to content

Commit 3f20163

Browse files
committed
chore: auto-update README with latest solutions
1 parent dc5aef9 commit 3f20163

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

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

55
<!-- START_STATS -->
6-
- ✅ Solved: 0
7-
- 🟢 Easy: 0
8-
- 🟡 Medium: 0
6+
- ✅ Solved: 2
7+
- 🟢 Easy: 1
8+
- 🟡 Medium: 1
99
- 🔴 Hard: 0
1010
<!-- END_STATS -->
1111

1212
<!-- START_TABLE -->
1313
## Problems
1414
| # | Title | Difficulty | Solution |
1515
|---|-------|------------|----------|
16-
|||||
16+
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | Easy | [`0001_two_sum.py`](solutions/0001_two_sum.py) |
17+
| 2 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | Medium | [`0002_add_two_numbers.py`](solutions/0002_add_two_numbers.py) |
1718
<!-- END_TABLE -->

0 commit comments

Comments
 (0)