Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gzwl/leetcode
The optimum C++ solutions for the leetcode
https://github.com/gzwl/leetcode
Last synced: 15 days ago
JSON representation
The optimum C++ solutions for the leetcode
- Host: GitHub
- URL: https://github.com/gzwl/leetcode
- Owner: gzwl
- Created: 2015-06-17T09:55:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T13:21:31.000Z (over 1 year ago)
- Last Synced: 2024-10-01T11:23:13.393Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 718 KB
- Stars: 1,109
- Watchers: 126
- Forks: 450
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-leetcode - gzwl/leetcode
README
# leetcode
The optimum C++ solutions for the leetcode这是我自己写的leetcode的题解,目前已经完成了70%左右,后续部分会很快更新
这里放上来的代码都能保证是最优解(复杂度最优)
当然有些题目因为测试数据等原因可能会和统计中最快的代码在时间上有常数的差距
希望对需要的人能有些帮助