We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5aef9 commit 3f20163Copy full SHA for 3f20163
README.md
@@ -3,15 +3,16 @@
3
My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
4
5
<!-- START_STATS -->
6
-- ✅ Solved: 0
7
-- 🟢 Easy: 0
8
-- 🟡 Medium: 0
+- ✅ Solved: 2
+- 🟢 Easy: 1
+- 🟡 Medium: 1
9
- 🔴 Hard: 0
10
<!-- END_STATS -->
11
12
<!-- START_TABLE -->
13
## Problems
14
| # | Title | Difficulty | Solution |
15
|---|-------|------------|----------|
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) |
18
<!-- END_TABLE -->
0 commit comments