File tree Expand file tree Collapse file tree 3 files changed +1
-1
lines changed Expand file tree Collapse file tree 3 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
## Problems
11
11
| #Number | Name | Difficulty | Solution | Youtube |
12
12
| :--------:| ------| :----------:| :--------:| :----------------------:|
13
- | 1 | [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/ java-coffee-cup-logo .png)] ( src/TwoSum.java ) [ ![ Python] ( https://img.icons8.com/color/35/000000 /python.png)] ( python/two_sum.py ) |
13
+ | 1 | [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) | Easy | [ ![ Java] ( assets/ java.png)] ( src/TwoSum.java ) [ ![ Python] ( assets /python.png)] ( python/two_sum.py ) |
14
14
| 7 | [ Reverse Integer] ( https://leetcode.com/problems/reverse-integer/ ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( src/ReverseInteger.java ) [ ![ Python] ( https://img.icons8.com/color/35/000000/python.png )] ( python/reverse_integer.py ) |
15
15
| 9 | [ PalindromeNumber] ( https://leetcode.com/problems/palindrome-number/ ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( src/PalindromeNumber.java ) [ ![ Python] ( https://img.icons8.com/color/35/000000/python.png )] ( python/palindrome_number.py ) |
16
16
| 13 | [ Roman To Integer] ( https://leetcode.com/problems/roman-to-integer/ ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( src/RomanToInteger.java ) [ ![ Python] ( https://img.icons8.com/color/35/000000/python.png )] ( python/roman_to_integer.py ) |
You can’t perform that action at this time.
0 commit comments