https://github.com/zfb132/leetcode
开始有空的话刷LeetCode
https://github.com/zfb132/leetcode
Last synced: 9 months ago
JSON representation
开始有空的话刷LeetCode
- Host: GitHub
- URL: https://github.com/zfb132/leetcode
- Owner: zfb132
- License: gpl-3.0
- Created: 2019-01-17T15:10:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T14:51:16.000Z (over 7 years ago)
- Last Synced: 2025-06-04T06:13:53.870Z (about 1 year ago)
- Language: C++
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode
开始有空的话刷LeetCode
## 目录
题目 | 代码 |语言|运行时间|日期|
:--:|:--:|:--:|:--:|:--:|
|1. two sum|[two-sum.cpp](https://github.com/zfb132/LeetCode/blob/master/code/two-sum.cpp "地址")|C++ |92ms |2019.01.17|
|2. add two numbers|[add-two-numbers.cpp](https://github.com/zfb132/LeetCode/blob/master/code/add-two-numbers.cpp "地址")|C++ |36ms |2019.01.17|
|3. longest substring|[longest-substring.cpp](https://github.com/zfb132/LeetCode/blob/master/code/longest-substring.cpp "地址")|C++ |16ms |2019.01.18|
|344. reverse string|[reverse-string.cpp](https://github.com/zfb132/LeetCode/blob/master/code/reverse-string.cpp "地址")|C++ |12ms |2017.04.22|
|412. fizz buzz|[fizz-buzz.cpp](https://github.com/zfb132/LeetCode/blob/master/code/fizz-buzz.cpp "地址")|C++ |4ms |2019.01.17|