Skip to content

Commit 25a6f01

Browse files
committed
chore: auto-update README with latest solutions
1 parent 169c74e commit 25a6f01

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

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

55
<!-- START_STATS -->
6-
**Total**: **7**
6+
**Total**: **8**
77
🟢 **Easy**: 5 &nbsp; `░░░░░░░░░░` &nbsp; _(0.5%)_
8-
🟡 **Medium**: 2 &nbsp; `░░░░░░░░░░` &nbsp; _(0.1%)_
8+
🟡 **Medium**: 3 &nbsp; `░░░░░░░░░░` &nbsp; _(0.1%)_
99
🔴 **Hard**: 0 &nbsp; `░░░░░░░░░░` &nbsp; _(0.0%)_
1010
<!-- END_STATS -->
1111

@@ -19,6 +19,7 @@ My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
1919
|---|-------|------------|----------|
2020
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | Easy | [`two_sum_0001.py`](solutions/two_sum_0001.py) |
2121
| 2 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | Medium | [`add_two_numbers_0002.py`](solutions/add_two_numbers_0002.py) |
22+
| 3 | [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) | Medium | [`longest_substring_without_repeating_characters_0003.py`](solutions/longest_substring_without_repeating_characters_0003.py) |
2223
| 9 | [Palindrome Number](https://leetcode.com/problems/palindrome-number/) | Easy | [`palindrome_number_0009.py`](solutions/palindrome_number_0009.py) |
2324
| 12 | [Integer to Roman](https://leetcode.com/problems/integer-to-roman/) | Medium | [`integer_to_roman_0012.py`](solutions/integer_to_roman_0012.py) |
2425
| 13 | [Roman to Integer](https://leetcode.com/problems/roman-to-integer/) | Easy | [`roman_to_integer_0013.py`](solutions/roman_to_integer_0013.py) |

0 commit comments

Comments
 (0)