https://github.com/noxf/leetcode-problem-solve
leetcode problem solve
https://github.com/noxf/leetcode-problem-solve
Last synced: about 1 year ago
JSON representation
leetcode problem solve
- Host: GitHub
- URL: https://github.com/noxf/leetcode-problem-solve
- Owner: NoXF
- Created: 2016-07-02T08:24:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T16:59:12.000Z (almost 10 years ago)
- Last Synced: 2025-03-04T17:51:01.037Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode-problem-solve
OJ: https://leetcode.com/
This OJ support javascript
To learn js, so use the js to solve the problem in this OJ
### Algorithm Index:
-
- Manacher: [5_Longest_Palindromic_Substring](https://github.com/NoXF/leetcode-problem-solve/blob/master/5_Longest_Palindromic_Substring/solution.md)