477 Commits

Author SHA1 Message Date
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
yiakwy
e8747dc880 add heart 2016-11-29 03:20:03 +08:00
yiakwy
f0a91249e3 New Problem Solution "Sentence Screen Fitting" 2016-11-29 03:11:52 +08:00
Hao Chen
48715afb80 New Problem Soluiton "Split Array Largest Sum" 2016-11-13 23:42:51 +08:00
Hao Chen
33624b303a New Problem Solution "Longest Palindrome" 2016-11-13 22:42:48 +08:00
Hao Chen
7159e86637 New Problem Solution "Fizz Buzz" 2016-11-13 12:28:51 +08:00
Hao Chen
2acf20aed9 New Problem "Arithmetic Slices" 2016-11-13 11:59:17 +08:00
Hao Chen
df6a69fefc adjust the file's directory 2016-11-12 18:57:20 +08:00
Hao Chen
0e42e75b9b New Problem Solution "Add Strings" 2016-11-12 18:50:43 +08:00
Hao Chen
617bd30a36 New Problem Solution "Queue Reconstruction by Height" 2016-11-12 18:20:11 +08:00
Hao Chen
262af3ad6e New Problem Solution "Frog Jump" 2016-11-12 17:20:19 +08:00
Hao Chen
d7c06e5ea1 New Problem Solution "Convert a Number to Hexadecimal" 2016-11-12 00:38:26 +08:00
Hao Chen
e281e316c3 fix: change the direcotry 2016-11-12 00:31:03 +08:00
Hao Chen
f01f430df5 New Problem Solution "Sum of Left Leaves" 2016-11-12 00:17:28 +08:00
Hao Chen
f9e39149f0 New Problem Solution - "Remove K Digits" 2016-11-11 23:54:58 +08:00
Hao Chen
de4e889662 make the variables name more sense 2016-11-05 22:31:23 +08:00
Hao Chen
9d724f2189 New Problem Solution "Binary Watch" 2016-11-05 22:23:05 +08:00
Hao Chen
a075b78b35 New Problem Solution "Nth Digit" 2016-11-05 14:57:57 +08:00
Hao Chen
02fd2b75d6 New Problem Solution "Evaluate Division" 2016-11-05 00:51:36 +08:00
Hao Chen
4be78f8f04 New Problem Solution "Random Pick Index" 2016-11-04 08:36:53 +08:00
Hao Chen
b5b162281c New Problem Solution "Integer Replacement" 2016-11-04 08:10:37 +08:00
Hao Chen
e7ae7a539a New Problem Solution "Rotate Function" 2016-11-03 00:21:41 +08:00
Hao Chen
6495859fcc correct the URL of "Elimination Game" 2016-11-02 23:35:39 +08:00
Hao Chen
88ce1e6ffb Merge pull request #101 from xusiwei/master
union-find solution for "Surrounded Regions",
2016-10-10 12:49:48 +08:00
Hao Chen
d15ab9979b Merge pull request #122 from FEIGONG/master
modified:   algorithms/cpp/maximumDepthOfBinaryTree/maximumDepthOfBi…
2016-10-10 12:46:11 +08:00
Hao Chen
e608955111 New Problem Solution"Longest Substring with At Least K Repeating Characters" 2016-09-08 01:48:16 +08:00