Skip to content

Commit 1516e49

Browse files
authored
Update README.md
1 parent 1889f63 commit 1516e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
| 5 | [Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/) | [Java](https://github.com/Yonghee9106/leetcode-solutions/blob/main/Java/0005_Longest_Palindromic_Substring.java), [JavaScript](https://github.com/Yonghee9106/leetcode-solutions/blob/main/JavaScript/0005_Longest_Palindromic_Substring.js), [Python](https://github.com/Yonghee9106/leetcode-solutions/blob/main/Python/0005_Longest_Palindromic_Substring.py) | Medium | $O(n^2)$ |
1010
| 6 | [Zigzag Conversion](https://leetcode.com/problems/zigzag-conversion/) | [Java](https://github.com/Yonghee9106/leetcode-solutions/blob/main/Java/0006_Zigzag_Conversion.java), [JavaScript](https://github.com/Yonghee9106/leetcode-solutions/blob/main/JavaScript/0006_Zigzag_Conversion.js), [Python](https://github.com/Yonghee9106/leetcode-solutions/blob/main/Python/0006_Zigzag_Conversion.py) | Medium | $O(n)$ |
1111
| 7 | [Reverse Integer](https://leetcode.com/problems/reverse-integer/) | [Java](https://github.com/Yonghee9106/leetcode-solutions/blob/main/Java/0007_Reverse_Integer.java), [JavaScript](https://github.com/Yonghee9106/leetcode-solutions/blob/main/JavaScript/0007_Reverse_Integer.js), [Python](https://github.com/Yonghee9106/leetcode-solutions/blob/main/Python/0007_Reverse_Integer.py) | Medium | $O(log(x))$ |
12-
| 8 | | | | |
12+
| 8 | [String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/) | | Medium | |

0 commit comments

Comments
 (0)