-
This repository is a collection of my personal LeetCode solutions.
-
I will try to solve as many problems as possible and keep updating this repository.
-
maybe I will add some explanations in the future.
- 1. Two Sum
- 3. Longest Substring Without Repeating Characters
- 4. Median of Two Sorted Arrays
- 9. Palindrome Number
- 13. Roman to Integer
- 14. Longest Common Prefix
- 20. Valid Parentheses
- 21. Merge Two Sorted Lists
- 26. Remove Duplicates from Sorted Array
- 27. Remove Element
- 28. Find the Index of the First Occurrence in a String
- 35. Search Insert Position
- 58. Length of Last Word
- 66. Plus One