File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The repository contains the best versions of my solutions to LeetCode problems
9
9
| :----: | :----: | :----: | :----: | :----: | :----: | :----: |
10
10
| 1 | [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) | [ Python] ( Python/Two%20Sum.py ) , [ Java] ( Java/Two%20Sum.java ) | $O(n)$ | $O(n)$ | Easy | - |
11
11
| 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 | - |
13
13
| 6 | [ Zigzag Conversion] ( https://leetcode.com/problems/zigzag-conversion/ ) | [ Python] ( Python/Zigzag%20Conversion.py ) | - | - | Medium | - |
14
14
| 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 |
15
15
| 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
166
166
167
167
## Last update
168
168
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
You can’t perform that action at this time.
0 commit comments