An open API service indexing awesome lists of open source software.

https://github.com/zfb132/leetcode

开始有空的话刷LeetCode
https://github.com/zfb132/leetcode

Last synced: 9 months ago
JSON representation

开始有空的话刷LeetCode

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|