90 Commits

Author SHA1 Message Date
e95794b258 增加回溯算法之全排列python3解法 2020-06-24 12:52:50 +08:00
0c57a909e3 增加最长公共子序列 java 解法 2020-06-24 12:50:24 +08:00
94b4a156b1 按照作者算法用C++实现的6股票团灭 2020-06-24 12:49:41 +08:00
ed8e311c35 Update 烧饼排序.md 2020-06-24 12:48:15 +08:00
53d48955ae Update:抢房子 C++版本 2020-06-24 12:47:22 +08:00
268ce748d1 添加Python3的解法
![alt text](https://user-images.githubusercontent.com/7377385/85485582-9afe5780-b5fb-11ea-84f5-10c31ccb89ff.png)
2020-06-24 12:45:33 +08:00
5e4a7dd2c8 提交接雨水java解法 2020-06-24 12:44:02 +08:00
596711051f 提交接雨水java解法 2020-06-24 12:44:02 +08:00
5f0295266f Update 滑动窗口技巧.md 2020-06-24 12:41:16 +08:00
18288033cf k个一组反转链表 (#350)
Co-authored-by: Kristifler <yu.wong317@foxmail.com>
2020-06-24 12:39:21 +08:00
c14be72644 按照作者算法,添加了Python3 代码对“动态规划博弈”和“最长递增子序列” (#339)
* Python3

* add Python3

* add Python3

* add Python3

* add Python3
2020-06-24 12:38:17 +08:00
bcb56c15a0 Update README.md 2020-06-24 11:33:43 +08:00
7e2163c18a LRU算法 C++版本 (#326) 2020-06-23 11:48:59 +08:00
fe03677680 Update 贪心算法之区间调度问题.md
将添加的代码移动到了末尾
2020-06-23 10:45:11 +08:00
652b36c690 增加twoSum I 和II C++版本代码 2020-06-22 21:03:12 +08:00
b2e9f9f382 markdown java code 2020-06-22 21:03:12 +08:00
2e79901963 Update 合法括号判定.md 2020-06-22 21:02:21 +08:00
3d72935db1 添加接雨水Java+Python代码 2020-06-22 20:53:44 +08:00
4a504699f2 添加有序数组去重Python3代码 2020-06-22 20:53:44 +08:00
2ec69eb295 添加Python3代码 2020-06-22 20:53:44 +08:00
bc45204674 Add Python 3 solution 2020-06-22 20:53:44 +08:00
c13bf2cd6e Update k个一组反转链表.md
添加对应思路的C++代码
2020-06-22 20:52:34 +08:00
b1ad080afe Update 子集排列组合.md
添加对应的C++版本
2020-06-22 20:50:51 +08:00
38bc024a89 add Python3 2020-06-22 20:47:38 +08:00
032bc7e679 Python3 2020-06-22 20:47:38 +08:00
7d97747136 Update linuxshell.md 2020-06-22 10:14:57 +08:00
c1f65f3b80 错别字 2020-06-22 10:13:24 +08:00
bb1760355e Update 编辑距离.md 2020-06-22 10:12:19 +08:00
0e67bd2246 Update 子序列问题模板.md
It is "int[][] dp = new int[n][n];", not "int[][] dp = new **dp**[n][n];"
2020-06-22 10:10:50 +08:00
86a335be34 Update 如何去除有序数组的重复元素.md
调整文字顺序
2020-06-22 10:10:12 +08:00
1c97ad8395 Update 最优子结构.md
fix typo
2020-06-22 10:08:28 +08:00
b52ceeffb7 Update correct leetcode question number 2020-06-22 10:08:02 +08:00
097abb2663 Update linuxshell.md
Mis-spellings:nohub-->nohup
2020-06-22 10:05:38 +08:00
943422cc47 Update 动态规划详解进阶.md
修正错别字
2020-06-22 09:59:37 +08:00
3a7228da50 寻找素数 提供 Python3 解法 2020-06-22 09:58:17 +08:00
98119ae724 Merge pull request #306 from Jasper-Joe/前缀和技巧C++版本
前缀和技巧c++版本
2020-06-22 09:54:29 +08:00
47409bee5c 增加CPP版本 2020-06-21 20:57:31 -04:00
db93191fc0 增加C++版本代码 2020-06-21 18:41:07 -04:00
5909e00c13 增加C++代码 2020-06-21 17:54:39 -04:00
d6ab9bb527 增加编辑距离解法代码 2020-06-21 17:44:11 -04:00
e364525ba8 提供C++解法代码 2020-06-21 17:23:18 -04:00
ac206fce47 多语言版本示例 2020-06-22 03:10:19 +08:00
f1606f329b Add files via upload 2020-06-22 02:38:46 +08:00
e0e3a6b915 Update README.md 2020-06-11 10:14:18 +08:00
b3f79a5ac8 只支持GitBook 2020-06-06 09:56:16 +08:00
564180ed3d 更新md 2020-05-18 09:11:39 +08:00
bba8accbc7 添加star趋势图 2020-05-05 20:50:58 +08:00
049db8b6bc 修复bug 2020-04-13 01:13:49 +08:00
1c82f0135c Update README.md 2020-04-05 11:00:01 +08:00
3ed0dd1db8 增加 GitHub pages 地址 2020-03-28 22:03:24 +08:00