Skip to content

Commit 98c6636

Browse files
committed
chore: auto-update README with latest solutions
1 parent d965d5a commit 98c6636

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 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: 0
7-
- 🟢 Easy: 0
6+
- ✅ Solved: 1
7+
- 🟢 Easy: 1
88
- 🟡 Medium: 0
99
- 🔴 Hard: 0
1010
<!-- END_STATS -->
@@ -13,5 +13,5 @@ My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
1313
## Problems
1414
| # | Title | Difficulty | Solution |
1515
|---|-------|------------|----------|
16-
| | | | |
16+
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | Easy | [`two_sum_0001.py`](solutions/two_sum_0001.py) |
1717
<!-- END_TABLE -->

0 commit comments

Comments
 (0)