Skip to content

Commit b8ed49e

Browse files
committed
Typos
1 parent dfdf5fd commit b8ed49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Solutions for https://leetcode.com/ algorithmic problems.
55
| Problem | Solution |
66
| ------------- | ------------- |
77
| [Two Sum](https://leetcode.com/problems/two-sum/) | [0001](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0001.py) |
8-
| [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | [0002](https://github.com/varvara-krasavina/leetcode/blob/master/probmels/0002.py) |
8+
| [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | [0002](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0002.py) |
99
| [Reverse Integer](https://leetcode.com/problems/reverse-integer/)|[0007](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0007.py) |
1010
| [Palindrome Number](https://leetcode.com/problems/palindrome-number/) | [0009](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0009.py) |
1111
| [Container With Most Water](https://leetcode.com/problems/container-with-most-water/) | [0011](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0011.py) |
@@ -15,7 +15,7 @@ Solutions for https://leetcode.com/ algorithmic problems.
1515
| [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/) | [0020](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0020.py) |
1616
| [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/) | [0026](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0026.py) |
1717
| [Remove Element](https://leetcode.com/problems/remove-element/) | [0027](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0027.py) |
18-
| [Implement strStr()](https://leetcode.com/problems/implement-strstr/) | [0028](https://github.com/varvarvarvar/leetcode/blob/master/problems/0028.py) |
18+
| [Implement strStr()](https://leetcode.com/problems/implement-strstr/) | [0028](https://github.com/varvarvarvar/leetcode/blob/master/problems/problem_0028.py) |
1919
| [Sort Colors](https://leetcode.com/problems/sort-colors/) | [0075](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0075.py) |
2020
| [Valid Palindrome](https://leetcode.com/problems/valid-palindrome/) | [0125](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0125.py) |
2121
| [Rotate Array](https://leetcode.com/problems/rotate-array/) | [0189](https://github.com/varvara-krasavina/leetcode/blob/master/problems/problem_0189.py) |

0 commit comments

Comments
 (0)