Skip to content

Commit 0afd0fa

Browse files
committed
chore: auto-update README with latest solutions
1 parent faa0494 commit 0afd0fa

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,9 +3,9 @@
33
My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
44

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

@@ -21,6 +21,7 @@ My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
2121
| 2 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | Medium | [`add_two_numbers_0002.py`](solutions/add_two_numbers_0002.py) |
2222
| 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) |
2323
| 4 | [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/) | Hard | [`median_of_two_sorted_arrays_0004.py`](solutions/median_of_two_sorted_arrays_0004.py) |
24+
| 5 | [Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/) | Medium | [`longest_palindromic_substring_0005.py`](solutions/longest_palindromic_substring_0005.py) |
2425
| 9 | [Palindrome Number](https://leetcode.com/problems/palindrome-number/) | Easy | [`palindrome_number_0009.py`](solutions/palindrome_number_0009.py) |
2526
| 12 | [Integer to Roman](https://leetcode.com/problems/integer-to-roman/) | Medium | [`integer_to_roman_0012.py`](solutions/integer_to_roman_0012.py) |
2627
| 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)