Skip to content

Commit f2b9fc2

Browse files
committed
chore: auto-update README with latest solutions
1 parent 23bb3d6 commit f2b9fc2

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**: **11**
6+
**Total**: **12**
77
🟢 **Easy**: 5 &nbsp; `░░░░░░░░░░` &nbsp; _(0.5%)_
8-
🟡 **Medium**: 5 &nbsp; `░░░░░░░░░░` &nbsp; _(0.2%)_
8+
🟡 **Medium**: 6 &nbsp; `░░░░░░░░░░` &nbsp; _(0.3%)_
99
🔴 **Hard**: 1 &nbsp; `░░░░░░░░░░` &nbsp; _(0.1%)_
1010
<!-- END_STATS -->
1111

@@ -23,6 +23,7 @@ My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
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) |
2424
| 5 | [Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/) | Medium | [`longest_palindromic_substring_0005.py`](solutions/longest_palindromic_substring_0005.py) |
2525
| 6 | [Zigzag Conversion](https://leetcode.com/problems/zigzag-conversion/) | Medium | [`zigzag_conversion_0006.py`](solutions/zigzag_conversion_0006.py) |
26+
| 7 | [Reverse Integer](https://leetcode.com/problems/reverse-integer/) | Medium | [`reverse_integer_0007.py`](solutions/reverse_integer_0007.py) |
2627
| 9 | [Palindrome Number](https://leetcode.com/problems/palindrome-number/) | Easy | [`palindrome_number_0009.py`](solutions/palindrome_number_0009.py) |
2728
| 12 | [Integer to Roman](https://leetcode.com/problems/integer-to-roman/) | Medium | [`integer_to_roman_0012.py`](solutions/integer_to_roman_0012.py) |
2829
| 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)