606 Commits

Author SHA1 Message Date
Hao Chen
d290aae4b3 optimzating the implementation of Unique Paths I/II 2019-02-04 12:16:03 +08:00
Hao Chen
e46390e9cc New Problem Solution "Unique Paths III" 2019-02-04 12:15:10 +08:00
Hao Chen
b62a79216b add a new simpler solution 2019-02-02 22:31:04 +08:00
Hao Chen
ea33f2509e New Problem Solution "Best Time to Buy and Sell Stock with Cooldown" 2019-02-01 20:01:34 +08:00
Hao Chen
eaaf7574cd New Problem Solution "Best Time to Buy and Sell Stock with Transaction Fee" 2019-02-01 19:27:38 +08:00
Hao Chen
8bcae20e8a optimzing the code 2019-01-31 19:24:02 +08:00
Hao Chen
680e462ac5 optimzing the logic - reduced the control state 2019-01-31 18:03:36 +08:00
Hao Chen
fcd7ec70d6 fix #160 - when the input is "-2147483648 -1",the array named bit_num out of bounds 2019-01-30 15:34:07 +08:00
Hao Chen
3fc9eba04b correct the link from "https://oj.leetcode.com/" to "https://leetcode.com/" 2019-01-30 15:26:27 +08:00
Hao Chen
0965cbf3b2 fix #165 - correct the difficulty level 2019-01-30 15:20:00 +08:00
Hao Chen
56c519be6d New Problem Solution "Minimum ASCII Delete Sum for Two String" 2019-01-30 15:16:14 +08:00
Hao Chen
0f01bd1ffb New Problem Solution "Minimum Falling Path Sum" 2019-01-30 12:19:45 +08:00
Hao Chen
7875ebbe20 New Problem Solution "Palindromic Substrings" 2019-01-30 11:53:28 +08:00
Hao Chen
1c11c5a8bf New Problem Solution "Time Based Key-Value Store" 2019-01-30 10:49:31 +08:00
Hao Chen
0e29ac77de missed coommit the source files 2019-01-29 15:44:58 +08:00
Hao Chen
d30f995193 New Problem Solution "Minimum Cost For Tickets" 2019-01-29 15:42:40 +08:00
Hao Chen
2d80c6bed9 New Problem Solution "String Without AAA or BBB" 2019-01-29 14:34:27 +08:00
Hao Chen
c226f6dbf1 New Solution "Longest Turbulent Subarray" 2019-01-27 11:24:19 +08:00
Hao Chen
07bae7072b optimized the scripts to generate the comments 2019-01-26 12:55:20 +08:00
Hao Chen
d3b883fd1c fix the bug with question title 2019-01-26 12:54:54 +08:00
Hao Chen
b5cfd2fa62 fix the graphQL API request payload body 2019-01-26 09:21:36 +08:00
Kurt-Yu
e6a4dbb4c6 fixed a small markdown syntax 2019-01-26 08:34:45 +08:00
Kurt-Yu
6990219134 added some python solutions 2019-01-26 08:34:45 +08:00
Kurt-Yu
7efd213c68 added some python solutions 2019-01-26 08:34:45 +08:00
Kurt-Yu
72ac886730 added some python solutions 2019-01-26 08:34:45 +08:00
Kurt-Yu
afd100954f added some python solutions 2019-01-26 08:34:45 +08:00
Kurt-Yu
555706f880 added python solutions to some problems 2019-01-26 08:34:45 +08:00
Kurt-Yu
b1b19a284b added python solutions to some problems 2019-01-26 08:34:45 +08:00
Kurt-Yu
278b6b5ddf added python solutions to some problems 2019-01-26 08:34:45 +08:00
Kurt-Yu
8d428c3097 added python solution to some problems 2019-01-26 08:34:45 +08:00
Kurt-Yu
6fb62058e7 add python solution to some questions 2019-01-26 08:34:45 +08:00
ehds
3e3321a3c7 New Solution "Integer Replacement" 2018-08-21 16:30:44 +08:00
Hao Chen
032cbedb6e New Solution "Backspace String Compare" 2018-06-29 10:44:19 +08:00
Hao Chen
3f2020740b New Solution"Peak Index in a Mountain Array" 2018-06-29 10:23:58 +08:00
Hao Chen
9fca48e81a New Solution "Unique Morse Code Words" 2018-06-29 09:47:00 +08:00
Hao Chen
830b3a9106 New Solution "Buddy Strings" 2018-06-27 21:00:53 +08:00
Hao Chen
a1193c3472 New Solution "Mirror Reflection" 2018-06-27 18:34:53 +08:00
Hao Chen
cea51e427d fix: using questionFrontendId instead of questionId 2018-06-27 18:31:15 +08:00
Hao Chen
4e30260652 New Solution "Valid Perfect Square" 2018-06-26 00:32:52 +08:00
Hao Chen
6daf90dae3 New Solution - "Sum of Two Integers" 2018-06-26 00:00:49 +08:00
Hao Chen
44d5a405f4 Updated an simple solution for two easy problems 2018-06-25 23:38:28 +08:00
Hao Chen
ef4f240d94 New Solution "Partition Equal Subset Sum" 2018-06-25 23:17:33 +08:00
Hao Chen
e8047e01f2 [fix] remove the debug loging 2018-06-24 12:50:56 +08:00
Hao Chen
39402820b4 [fix] fix the bugs of DP 2018-06-23 20:20:00 +08:00
Hao Chen
db71bb2ada [New Solution] - "Jewels and Stones" 2018-06-23 15:37:23 +08:00
Hao Chen
79ee9680db [fix] - adopted the new leetcode GrapQL API 2018-06-23 15:35:40 +08:00
Hao Chen
dfc744c4e4 fix the comments.sh which use the new leetcode API to retrive problem description 2018-04-19 21:45:07 +08:00
Hao Chen
8e0da231ba Two New Problem Solution - "Most Common Word" and "Maximum Average Subarray I" 2018-04-19 21:44:28 +08:00
kosora
acb86a3ddb Java Solution for 9、38、50、58、92、125、151、206、242, KMP for problem 9 2018-02-12 14:27:15 +08:00
kosora
a2c8601550 Java Solution for 9、38、50、58、92、125、151、206、242, KMP for problem 9 2018-02-12 14:27:15 +08:00