290 Commits

Author SHA1 Message Date
22ef832797 Update 递归反转链表的一部分.md
Add C++ Version
2020-11-17 17:58:40 +08:00
85301014bb add a cpp hash map version for stoneGame (#599) 2020-11-17 17:56:31 +08:00
7b6cab8386 【300.最长上升子序列】【Python】 (#507)
* add python

* add python

* add python

Co-authored-by: LockyGuo <gh19920419@gmail.com>
Co-authored-by: labuladong <labuladong@foxmail.com>
2020-11-17 17:49:13 +08:00
424f210d15 20 Valid Parentheses python3 (#502)
Co-authored-by: labuladong <labuladong@foxmail.com>
2020-11-17 17:37:35 +08:00
a1f5f49932 【42. 接雨水】【Java】 2020-11-17 17:36:11 +08:00
0ad9a50f64 【1143.最长公共子序列】【C++ 】 (#500)
* add 1143 C++ version

* add comment

Co-authored-by: Ed <hh@email.com>
Co-authored-by: labuladong <labuladong@foxmail.com>
2020-11-17 17:35:19 +08:00
12fbf2910a 509 斐波那契数列 Python 3 解法 2020-11-17 17:29:26 +08:00
c5ee87cc7c 添加 167.两数之和 python代码 2020-11-16 23:39:37 +08:00
10b33ea205 Java version of Nqueens 2020-11-16 16:29:45 +08:00
89da795f76 Merge branch 'master' into ChenjieXu-72-python 2020-11-16 08:55:53 +08:00
63623641fc 修复990题的超链接 2020-11-15 01:23:12 -08:00
5a8a7a37f7 Update 单调栈.md
【503.下一个更大元素II】【java】
2020-11-13 15:38:33 +08:00
00fe454636 [1143. 最长公共子序列] python 2020-11-13 13:45:25 +08:00
377413da64 添加了第100题的C++解法 2020-11-13 10:53:13 +08:00
72a6b4ee41 【141. Linked List Cycle】【C++】 2020-11-13 00:00:28 +08:00
1b2ec335ea Update 缺失和重复的元素.md 2020-11-12 20:15:23 +08:00
3360ffda0f Update 缺失和重复的元素.md 2020-11-12 20:13:10 +08:00
e36b4778ab Merge branch 'master' into gowufang-patch-1 2020-11-12 16:58:48 +08:00
0edbc96cf0 【986.区间列表的交集】【Java】 2020-11-12 16:23:31 +08:00
02e9973a48 【56.合并区间】【C++】 2020-11-12 15:58:28 +08:00
656d848421 Merge pull request #1 from labuladong/master
pull
2020-11-12 15:04:16 +08:00
372b92bf7c 【98. 验证二叉搜索树】【C++】 2020-11-12 14:56:55 +08:00
513fac4f4b 【146. LRU缓存机制】【 python3】
python3版本的LRU缓存机制
2020-11-12 14:56:08 +08:00
780a1c4661 【141.环形链表】【Python】 2020-11-12 14:55:30 +08:00
8473c84f8d add 20 java 2020-11-12 14:51:23 +08:00
4d4a55f28e Update 动态规划设计:最长递增子序列.md
create problem-300 c++
2020-11-12 14:49:44 +08:00
c60cb17ef8 Update 一行代码解决的智力题.md 2020-11-12 01:48:10 -05:00
696741235c Update 常用的位操作.md 2020-11-12 01:47:31 -05:00
b606f9f3b9 Update twoSum问题的核心思想.md 2020-11-12 01:47:04 -05:00
85a39364ac Merge pull request #487 from Shantom/master
【198/213/337. 打家劫舍】【Python】
2020-11-12 14:29:58 +08:00
4591b79579 Add java code for LCS 2020-11-12 14:27:39 +08:00
6294fbcb73 fixurl 2020-11-12 14:26:33 +08:00
d5b5f57380 Update UnionFind算法应用.md 2020-11-12 12:00:29 +08:00
f0332aa4f4 Update 常用的位操作.md 2020-11-11 22:53:37 -05:00
c8539a630c Update twoSum问题的核心思想.md 2020-11-11 22:52:44 -05:00
fee8d2e25e Update 一行代码解决的智力题.md 2020-11-11 22:44:56 -05:00
8a2f374f63 增加注释 2020-11-12 09:21:54 +08:00
cfdfa28857 Merge branch 'master' of https://github.com/labuladong/fucking-algorithm into master 2020-11-12 09:20:15 +08:00
6ef4cbbfdb Update twoSum问题的核心思想.md 2020-11-11 20:17:55 -05:00
31488adb96 Update 常用的位操作.md 2020-11-11 20:17:37 -05:00
f6d6db49b5 Update 常用的位操作.md
位1的个数python3
2020-11-11 20:13:30 -05:00
0d82ea0639 Update twoSum问题的核心思想.md 2020-11-11 20:12:06 -05:00
fa73577ee2 TwoSum Python3 版本 2020-11-11 19:32:32 -05:00
3249c6c9c4 Update 二分查找详解.md
更新一些注释
2020-11-12 08:17:52 +08:00
3844dfcaf8 binarySearch add python3 version 2020-11-12 01:33:24 +08:00
dd5749bb3b feat: 【969. 煎饼排序】【Python3】 2020-11-12 01:23:59 +08:00
aa25e0d36c feat: 【969. 煎饼排序】【C++】 2020-11-12 00:55:23 +08:00
9519492a8b feat: 【969. 煎饼排序】【C++】 2020-11-12 00:45:38 +08:00
zak
edb2084f07 【496.下一个更大元素I】 2020-11-11 23:55:46 +08:00
6860be44b8 feat: 为 43-字符串乘法 添加python解法
feat: 为 43-字符串乘法 添加python解法1

feat: 为 43-字符串乘法 添加python解法3
2020-11-11 23:29:31 +08:00