589 Commits

Author SHA1 Message Date
Hao Chen
9c39fd9898 refactory the code to make it a bit readable 2019-03-30 11:40:34 +08:00
Hao Chen
a833183b50 no tricky solution 2019-03-29 11:09:37 +08:00
Hao Chen
97788cb65b New Problem Solution - "Distribute Coins in Binary Tree" 2019-03-29 09:36:52 +08:00
Hao Chen
c0ca8c1e27 New Problem Solution - "Accounts Merge" 2019-03-29 00:13:10 +08:00
Hao Chen
ac5b312489 New Problem Solution - "Friend Circles" 2019-03-26 21:06:17 +08:00
Hao Chen
70dffb67f5 slightly reformat the code 2019-03-26 17:13:08 +08:00
Hao Chen
8a0eb79829 New Problem Solution - "Max Area of Island" 2019-03-26 17:03:50 +08:00
Hao Chen
51152fcb72 New Problem C++ Solution - "Fibonacci Number" 2019-03-26 16:30:24 +08:00
Hao Chen
689e9cabb2 New Problem Solution - "Sort Array By Parity II" 2019-03-26 16:12:20 +08:00
Hao Chen
3b269221f4 New Problem Solution - "Sort Array By Parity" 2019-03-26 16:00:25 +08:00
Hao Chen
ee52dd4d36 New Problem C++ Solution - "Squares of a Sorted Array" 2019-03-26 15:50:23 +08:00
Hao Chen
7024dae160 fix: funciton name 2019-03-26 10:48:42 +08:00
Hao Chen
c40bbd93b8 New Problem Solution "Satisfiability of Equality Equations" 2019-03-25 15:37:57 +08:00
Hao Chen
91e4a7e63d New Problem Solution "Add to Array-Form of Integer" 2019-03-25 14:32:57 +08:00
Hao Chen
bda5be13a5 fix the bug - tr: Illegal byte sequence 2019-03-25 14:31:02 +08:00
Hao Chen
66f4492a05 reformat the script 2019-03-25 14:29:49 +08:00
Hao Chen
8d9f19b881 House Robber III - another implementation 2019-03-24 17:23:12 +08:00
Hao Chen
5faf9f16f5 New Problem Solution "Count Numbers with Unique Digits" 2019-03-24 16:23:09 +08:00
Hao Chen
dc173fe6bb add Hao's implementation 2019-03-21 18:44:40 +08:00
Hao Chen
f936bde1b5 New Problem Solution - "Game of Life" 2019-03-20 19:40:43 +08:00
Hao Chen
6503f2287b fix #167 : need to check y is overflowed 2019-03-18 17:41:03 +08:00
ehds
91556e42ca fix uniquePaths.II cpp solution 2019-03-18 17:30:12 +08:00
ehds
d299a02feb fix uniquePaths.II cpp solution 2019-03-18 17:30:12 +08:00
ehds
3a66ad4fe0 fix uniquePaths.II solution 2019-03-18 17:30:12 +08:00
Hao Chen
c33b849863 New Problem Solution "Coin Change 2" 2019-03-18 17:22:55 +08:00
Hao Chen
e109866eb8 added a recursive solution 2019-03-18 17:22:09 +08:00
Hao Chen
5c8175e0bd New Probelm Solution = "Interval List Intersections" 2019-02-05 14:44:47 +08:00
Hao Chen
22b85c7ead New Problem Solution - "Vertical Order Traversal of a Binary Tree" 2019-02-05 13:31:35 +08:00
Hao Chen
4ffaa25114 New Problem Solution - "Smallest String Starting From Leaf" 2019-02-05 11:46:30 +08:00
Hao Chen
5a9d23bb42 New Problem Solution - "Sum of Even Numbers After Queries" 2019-02-05 11:03:05 +08:00
Hao Chen
0c660381b3 New Problem Solution "Island Perimeter" 2019-02-04 16:24:37 +08:00
Hao Chen
9891377e1d New Problem Solution "Detect Capital" 2019-02-04 16:08:18 +08:00
Hao Chen
30a7cc741a New Problem C++ Solution - "Min Cost Climbing Stairs" 2019-02-04 13:36:16 +08:00
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