Lam
|
39bec879f5
|
New C++ Solution "Largest Perimeter Triangle"
|
2019-05-01 00:37:17 +08:00 |
|
Hao Chen
|
9effb5afd0
|
New Problem Solution "Broken Calculator"
|
2019-05-01 00:29:36 +08:00 |
|
Hao Chen
|
61e5e98a00
|
New Problem Solution "Cousins in Binary Tree"
|
2019-04-30 21:45:48 +08:00 |
|
Hao Chen
|
d2f0bf930a
|
New Problem Solution - "Matrix Cells in Distance Order"
|
2019-04-21 18:33:08 +08:00 |
|
Hao Chen
|
40601517bd
|
New Problem Solution - "Two City Scheduling"
|
2019-04-21 17:21:15 +08:00 |
|
Hao Chen
|
fd961e632e
|
add n TLE solution
|
2019-04-08 22:00:04 +08:00 |
|
Hao Chen
|
03ce502a6e
|
update the comments
|
2019-04-08 21:59:38 +08:00 |
|
Hao Chen
|
6f3885589e
|
more clean implementation
|
2019-04-04 03:02:39 +08:00 |
|
Hao Chen
|
a6149b9153
|
reformat the comments
|
2019-04-04 01:47:37 +08:00 |
|
Hao Chen
|
14efb7e299
|
refactory the code : show the evolution of the solution
|
2019-04-04 01:43:59 +08:00 |
|
Hao Chen
|
b98faeec1e
|
update the problem description
|
2019-04-03 21:47:19 +08:00 |
|
Hao Chen
|
1dd444e667
|
update the implmetation
|
2019-04-03 01:09:16 +08:00 |
|
Hao Chen
|
270faa0b2e
|
more clean implementation
|
2019-04-03 00:28:49 +08:00 |
|
Hao Chen
|
4b062efa6c
|
update the comments
|
2019-04-03 00:27:18 +08:00 |
|
Hao Chen
|
344c749cd3
|
fixed the algorithm bug
|
2019-04-02 23:41:09 +08:00 |
|
Hao Chen
|
460daee5e1
|
fixed some algorithm bugs
|
2019-04-02 00:18:00 +08:00 |
|
Hao Chen
|
07f864b236
|
simplified the implmentation
|
2019-04-01 00:30:05 +08:00 |
|
Hao Chen
|
2b29d11f49
|
slight midification and removed the debug code
|
2019-03-31 11:17:07 +08:00 |
|
Hao Chen
|
6153874894
|
more readable implementation
|
2019-03-30 19:58:08 +08:00 |
|
Hao Chen
|
cecc7335b3
|
more solutions
|
2019-03-30 17:10:05 +08:00 |
|
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 |
|