Skip to content

Commit 60bd08a

Browse files
committed
Automatic creation of a solution table
1 parent 8c65e11 commit 60bd08a

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
@@ -9,7 +9,7 @@ The repository contains the best versions of my solutions to LeetCode problems
99
| :----: | :----: | :----: | :----: | :----: | :----: | :----: |
1010
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [Python](Python/Two%20Sum.py), [Java](Java/Two%20Sum.java) | $O(n)$ | $O(n)$ | Easy | - |
1111
| 2 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | [Python](Python/Add%20Two%20Numbers.py) | $O(n+m)$ | $O(1)$ | Medium | - |
12-
| 3 | [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) | [Python](Python/Longest%20Substring%20Without%20Repeating%20Characters.py) | $O(n)$ | $O(n)$ | Medium | - |
12+
| 3 | [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) | [Python](Python/Longest%20Substring%20Without%20Repeating%20Characters.py), [Java](Java/Longest%20Substring%20Without%20Repeating%20Characters.java) | $O(n)$ | $O(n)$ | Medium | - |
1313
| 6 | [Zigzag Conversion](https://leetcode.com/problems/zigzag-conversion/) | [Python](Python/Zigzag%20Conversion.py) | - | - | Medium | - |
1414
| 8 | [String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/) | [Python](Python/String%20to%20Integer%20(atoi).py) | $O(n)$ | $O(n)$ | Medium | RegEx |
1515
| 9 | [Palindrome Number](https://leetcode.com/problems/palindrome-number/) | [Python](Python/Palindrome%20Number.py) | $O(\log_{10} n)$ | $O(1)$ | Easy | - |
@@ -166,4 +166,4 @@ The repository contains the best versions of my solutions to LeetCode problems
166166

167167
## Last update
168168

169-
Solution table for problems was generated automatically on 2022-09-13 15:19 +0000
169+
Solution table for problems was generated automatically on 2022-09-13 15:35 +0000

0 commit comments

Comments
 (0)