注册
登录
云存储
>>
LeetCode
>>
返回
项目作者:
NaughtyFlame
项目描述 :
online judge recording
高级语言:
Python
项目主页:
项目地址:
git://github.com/NaughtyFlame/LeetCode.git
创建时间:
2017-03-31T09:56:08Z
项目社区:
https://github.com/NaughtyFlame/LeetCode
开源协议:
下载
LeetCode
这是在
LeetCode
上刷题的记录,以算法为主。
算法部分
catalog 目录
1 Two Sum
2 Add Two Numbers
7 Reverse Integer
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 Implement strStr()
35 Search Insert Position
38 Count and Say
53 Maximum Subarray
58 Length of Last Word
66 Plus One
67 Add Binary
69 Sqrt(x)