File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 33My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
44
55<!-- START_STATS -->
6-
6+ ✅ ** Total** : ** 5**
7+ 🟢 ** Easy** : 4   ; ` ░░░░░░░░░░ `   ; _ (0.4%)_
8+ 🟡 ** Medium** : 1   ; ` ░░░░░░░░░░ `   ; _ (0.1%)_
9+ 🔴 ** Hard** : 0   ; ` ░░░░░░░░░░ `   ; _ (0.0%)_
710<!-- END_STATS -->
811
912<!-- START_TABLE -->
1013## Problems
1114| # | Title | Difficulty | Solution |
1215| ---| -------| ------------| ----------|
13-
16+ | 1 | [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) | Easy | [ ` two_sum_0001.py ` ] ( solutions/two_sum_0001.py ) |
17+ | 9 | [ Palindrome Number] ( https://leetcode.com/problems/palindrome-number/ ) | Easy | [ ` palindrome_number_0009.py ` ] ( solutions/palindrome_number_0009.py ) |
18+ | 12 | [ Integer to Roman] ( https://leetcode.com/problems/integer-to-roman/ ) | Medium | [ ` integer_to_roman_0012.py ` ] ( solutions/integer_to_roman_0012.py ) |
19+ | 13 | [ Roman to Integer] ( https://leetcode.com/problems/roman-to-integer/ ) | Easy | [ ` roman_to_integer_0013.py ` ] ( solutions/roman_to_integer_0013.py ) |
20+ | 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 ) |
1421<!-- END_TABLE -->
1522
1623<hr >
You can’t perform that action at this time.
0 commit comments