502 Commits

Author SHA1 Message Date
Hao Chen
13ddd3c22d Merge branch 'kosoraYintai-master' 2018-02-04 11:42:17 +08:00
kosora
744febc568 rename dir/file 2018-02-03 23:30:36 +08:00
kosora
0722297078 rename dir/file 2018-02-03 23:28:00 +08:00
kosora
bcfdd0e118 rename dir/file 2018-02-03 23:19:53 +08:00
kosora
4869179941 Readme.md for problem 26, problem 155, problem 189, problem 225 and problem 232 2018-02-03 00:21:31 +08:00
kosora
acd41d761c Some array、stack、queue solution for leetcode 2018-02-02 23:53:48 +08:00
Tianming Cao
2f6b39a52e Merge pull request #2 from haoel/master
get origin
2018-02-02 17:20:06 +08:00
kosora
2022125d85 deleteMd haha 2018-02-02 16:23:10 +08:00
Tianming Cao
bf56809c92 Update firstMd.md 2018-02-02 16:18:35 +08:00
Tianming Cao
523c7c3001 Update firstMd.md 2018-02-02 16:16:09 +08:00
Tianming Cao
d87092db31 Create firstMd.md 2018-02-02 16:15:00 +08:00
Hao Chen
73c3d126f0 Merge branch 'yiakwy-master' 2018-02-02 16:14:31 +08:00
Hao Chen
c1c026437a Merge branch 'master' of https://github.com/yiakwy/leetcode into yiakwy-master 2018-02-02 16:13:42 +08:00
Hao Chen
a48c9c4553 typo fix, close #120 2018-02-02 16:09:17 +08:00
Hao Chen
393e7b23b5 move the xidel installation script from comments.sh to lib/query_problem.sh, and update the lastest version of the xidel 2018-02-02 10:03:41 +08:00
Hao Chen
40188f9986 Leetcode changed the frontend to GraphQL API, the scripts need to adapt it. fix issue #138 2018-02-01 19:45:54 +08:00
kosoraYintai
f48c2309e8 Merge pull request #1 from haoel/master
UpdateFromOrigin
2018-01-31 20:02:41 +08:00
changong(龚澄)
1ca2e59927 added database support 2018-01-30 17:20:53 +08:00
Karan Chawla
c7d3ac40c4 handle cases with input array size < 3 2018-01-30 17:19:08 +08:00
tangyumeng
46e048a0b0 read me format 2018-01-30 17:18:38 +08:00
kosora
cb8eceed09 Comments for problem 240 2018-01-30 17:17:46 +08:00
kosora
cc202af22f Test for problem 240 2018-01-30 17:17:46 +08:00
kosora
9a02590272 杨氏矩阵的查找 2018-01-30 17:17:46 +08:00
kosora
5cb8c69738 Comments for problem 240 2018-01-27 22:49:08 +08:00
kosora
3a9f913e5a Test for problem 240 2018-01-27 22:43:39 +08:00
kosora
1f0a4f4679 杨氏矩阵的查找 2018-01-27 20:52:29 +08:00
yiakwy
c87cdc01b5 fix 2017-04-13 08:12:54 +08:00
yiakwy
4d04a395d8 add new problem 2017-04-13 08:10:06 +08:00
yiakwy
143fa27398 add drive ai questions P1 2017-04-13 08:10:06 +08:00
yiakwy
37da3962d2 New method (non recursive) for CourseSchedule 2017-04-13 08:09:29 +08:00
yiakwy
0f9726dd4e add heart 2017-04-13 08:09:29 +08:00
yiakwy
2af99866fd New Problem Solution "Sentence Screen Fitting" 2017-04-13 08:08:40 +08:00
yiakwy
562259ba13 add new problem 2017-04-13 07:56:53 +08:00
yiakwy
185db44cc8 add drive ai questions P1 2017-04-13 06:49:31 +08:00
Hao Chen
2c0d7ab738 New Problem Solution "Palindrome Pairs" 2017-03-22 09:57:20 +08:00
Hao Chen
77b768fc6b New solution for "Reverse Vowels of a String" 2017-03-21 13:22:10 +08:00
Hao Chen
d9065dd535 Merge pull request #130 from se77en/patch-1
fix index out of range
2017-03-15 13:32:12 +08:00
Damon Zhao
b6703de952 fix index out of range
If input data is `[0]` for the first function and `[1]` for the second function, there are runtime error of index out of range.
2017-01-18 22:59:02 +08:00
Calinescu Valentin
69af6e87eb Merge pull request #129 from Vally79/master
added totalHammingDistance
2017-01-09 14:04:40 +02:00
Vali
32004e889c added totalHammingDistance 2017-01-09 14:02:59 +02:00
Hao Chen
4c76459206 New Problem Solution "Reconstruct Itinerary" 2017-01-06 11:00:43 +08:00
Hao Chen
1ad88addda New Problem Solution "Verify Preorder Serialization of a Binary Tree" 2017-01-06 09:57:06 +08:00
Hao Chen
ae37022cea New Problem Solution "Wiggle Sort II" 2017-01-02 22:24:20 +08:00
Hao Chen
32de3e8568 New Problem Solution - "Maximum Product of Word Lengths" 2017-01-02 17:30:54 +08:00
Hao Chen
add654df98 New Problem Solution "Remove Duplicate Letters" 2017-01-02 15:39:10 +08:00
Hao Chen
49e3b3ad73 fix: forgot commit the "Find the Difference" 2017-01-02 10:22:14 +08:00
Hao Chen
fe2be9918b New Problem Solution - "Super Ugly Number" 2017-01-02 10:20:53 +08:00
Hao Chen
94e78a875d Merge pull request #128 from omengye/patch-1
array index out of bounds, fix to low<n-1
2017-01-02 09:34:34 +08:00
omengye
3ad9d0818f array index out of bounds, fix to low<n-1 2016-12-26 22:23:55 +08:00
yiakwy
db1324c8a4 New method (non recursive) for CourseSchedule 2016-11-29 03:31:56 +08:00