Skip to content

Commit 504715a

Browse files
committed
chore: auto-update README with latest solutions
1 parent 9ebbe86 commit 504715a

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

77
<!-- START_STATS -->
8-
**Total**: **13**
8+
**Total**: **14**
99
🟢 **Easy**: 5 &nbsp; `░░░░░░░░░░` &nbsp; _(0.5%)_
10-
🟡 **Medium**: 7 &nbsp; `░░░░░░░░░░` &nbsp; _(0.3%)_
10+
🟡 **Medium**: 8 &nbsp; `░░░░░░░░░░` &nbsp; _(0.4%)_
1111
🔴 **Hard**: 1 &nbsp; `░░░░░░░░░░` &nbsp; _(0.1%)_
1212
<!-- END_STATS -->
1313

@@ -31,6 +31,7 @@ My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
3131
| 12 | [Integer to Roman](https://leetcode.com/problems/integer-to-roman/) | Medium | [`integer_to_roman_0012.py`](solutions/integer_to_roman_0012.py) |
3232
| 13 | [Roman to Integer](https://leetcode.com/problems/roman-to-integer/) | Easy | [`roman_to_integer_0013.py`](solutions/roman_to_integer_0013.py) |
3333
| 14 | [Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix/) | Easy | [`longest_common_prefix_0014.py`](solutions/longest_common_prefix_0014.py) |
34+
| 22 | [Generate Parentheses](https://leetcode.com/problems/generate-parentheses/) | Medium | [`generate_parentheses_0022.py`](solutions/generate_parentheses_0022.py) |
3435
| 83 | [Remove Duplicates from Sorted List](https://leetcode.com/problems/remove-duplicates-from-sorted-list/) | Easy | [`remove_duplicates_from_sorted_list_0083.py`](solutions/remove_duplicates_from_sorted_list_0083.py) |
3536
</details>
3637
<!-- END_TABLE -->

0 commit comments

Comments
 (0)