Commit Graph

2231 Commits

Author SHA1 Message Date
Lin Zhu
5eaf1daec1
上升子序列
找到第一个比x大的,更新那个值,记录更小的tail

Reference: (Leetcode 300)(https://leetcode.com/problems/longest-increasing-subsequence/discuss/74824/JavaPython-Binary-search-O(nlogn)-time-with-explanation)
2018-09-23 10:55:46 -04:00
CyC2018
e89b0aab31 auto commit 2018-09-23 20:42:29 +08:00
CyC2018
4a9c4a5391 auto commit 2018-09-23 20:34:40 +08:00
CyC2018
a3b6732868 auto commit 2018-09-23 13:00:24 +08:00
CyC2018
5640334d7b auto commit 2018-09-23 10:06:19 +08:00
CyC2018
19211d85a8 Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-09-23 00:57:09 +08:00
CyC2018
bb1d703412 auto commit 2018-09-23 00:56:49 +08:00
CyC2018
3ab4f89da6 auto commit 2018-09-22 20:35:51 +08:00
CyC2018
b57f404cd4 auto commit 2018-09-22 15:46:59 +08:00
CyC2018
127f7559fb auto commit 2018-09-22 15:06:41 +08:00
CyC2018
19fb63d403 auto commit 2018-09-22 11:16:26 +08:00
CyC2018
fddf428780 Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-09-20 00:19:12 +08:00
CyC2018
6a24574d06 auto commit 2018-09-20 00:18:03 +08:00
郑永川
9aa420219f
Update README.md 2018-09-20 00:12:26 +08:00
郑永川
d598ece3da
Merge pull request #427 from fxleyu/patch-1
[BUG_FIX] 修改名称错误,事务特性为 ACID
2018-09-19 15:57:41 +08:00
朱智慧
c7ce8a05a5
[BUG_FIX] 修改名称错误,事务特性为 ACID 2018-09-19 15:54:20 +08:00
CyC2018
27fdb171e2 Merge branch 'master' of https://github.com/CyC2018/InterviewNotes 2018-09-19 13:28:54 +08:00
CyC2018
642411cdc6 auto commit 2018-09-19 12:56:03 +08:00
郑永川
09294c46a7
Merge pull request #425 from youmark/master
Fix issues in House Robber and Minimum Path Sum sample code
2018-09-19 09:38:25 +08:00
郑永川
b37eb4d028
Merge pull request #426 from nefuddos/patch-1
mask计算错误
2018-09-19 09:34:45 +08:00
Jingui Ren
177a432595
mask计算错误
当mask = 11011000的时候,mask |= mask >> 2这个时候的值应该为11111110
2018-09-18 10:31:09 +00:00
Yutong Wang
497812bd42
Fix a bug in the Minimum Path Sum solution
Check boundary
2018-09-17 23:40:06 -07:00
Yutong Wang
e3c63b6637
Simplify House Robber solution 2018-09-17 21:50:19 -07:00
CyC2018
f89ef4cf59 auto commit 2018-09-18 09:42:24 +08:00
CyC2018
57a741092b auto commit 2018-09-18 09:33:33 +08:00
CyC2018
70cb81dae6 Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-09-18 09:33:04 +08:00
CyC2018
338d0bff7f auto commit 2018-09-18 09:31:50 +08:00
郑永川
42d72fd98d
Merge pull request #423 from 0xl2oot/master
Update SUMMARY.md
2018-09-18 09:19:12 +08:00
郑永川
04d036ca26
Merge pull request #424 from yif-hong/patch-5
Java基础:更改"final关键字4."错误,应是private的特性。
2018-09-18 00:51:27 +08:00
Yif_Corleone
e56a806292
Java 2018-09-18 00:44:56 +08:00
0xl2oot
55f1d4e2f5
Update SUMMARY.md 2018-09-17 21:42:01 +08:00
郑永川
185d9d1ae4
Merge pull request #421 from thatnight/patch-1
Update 剑指 offer 题解.md
2018-09-16 16:41:42 +08:00
聪威
b802b8add8
Update 剑指 offer 题解.md 2018-09-16 14:17:21 +08:00
CyC2018
170f0fc3eb auto commit 2018-09-14 22:14:52 +08:00
CyC2018
325595d41b auto commit 2018-09-14 22:13:46 +08:00
CyC2018
4746326269 Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-09-14 21:36:50 +08:00
CyC2018
60ed4f498c auto commit 2018-09-14 21:35:10 +08:00
郑永川
9c124cc867
Merge pull request #419 from yif-hong/patch-4
Java 基础 “隐式类型转换”中++和+=效果一样,也会执行隐式的类型转换
2018-09-14 14:22:26 +08:00
Yif_Corleone
f2e8961f37
Java 基础 “隐式类型转换”中++和+=效果一样,也会执行隐式的类型转换 2018-09-14 14:13:33 +08:00
郑永川
3b6e439087
Merge pull request #418 from yif-hong/patch-3
Java 基础,对final关键字补充构造器相关点
2018-09-14 11:35:42 +08:00
Yif_Corleone
b751fc8023
Java 基础,对final关键字补充构造器相关点 2018-09-14 11:32:07 +08:00
郑永川
c40a346a00
Merge pull request #413 from zyt312074545/master
Update 数据库系统原理.md
2018-09-13 20:47:22 +08:00
郑永川
697705031d
Merge pull request #416 from yif-hong/patch-2
String poll笔误修改 227~272行
2018-09-13 19:01:29 +08:00
郑永川
29506244aa
Merge pull request #417 from yif-hong/patch-1
Java 基础 219行笔误
2018-09-13 19:00:55 +08:00
Yif_Corleone
d167aaf996
String poll笔误修改 227~272行 2018-09-13 18:24:14 +08:00
Yif_Corleone
b88cef16b9
Java 基础 219行笔误
应是 s5 == s6
2018-09-13 18:08:37 +08:00
郑永川
3c9580f81d
Merge pull request #415 from wangyang404/master
Merge pull request #1 from CyC2018/master
2018-09-12 10:45:32 +08:00
Yongtao Zhang
07dff03dd4
Update 数据库系统原理.md
高性能 MYSQL 在事务隔离级别中还有一个概念为加锁读。
2018-09-11 14:32:05 +08:00
CyC2018
3c6be1aa1e auto commit 2018-09-10 16:11:36 +08:00
CyC2018
e697abdc3d auto commit 2018-09-10 16:01:25 +08:00