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 |
|
Hao Chen
|
8034e23c14
|
New Problem Solution "UTF-8 Validation"
|
2016-09-08 01:44:30 +08:00 |
|
Hao Chen
|
638bc71b7f
|
New Problem "Is Subsequence"
|
2016-09-08 01:42:00 +08:00 |
|
Hao Chen
|
99b2a148b3
|
New Problem Solution "Perfect Rectangle"
|
2016-09-08 01:39:42 +08:00 |
|
Hao Chen
|
a7d7176fea
|
New Problem Solution "Elimination Game"
|
2016-09-08 01:36:50 +08:00 |
|
Hao Chen
|
8884d61d2a
|
New Problem Solution - "Find the Difference"
|
2016-09-08 01:15:02 +08:00 |
|
Hao Chen
|
a684f4b9f2
|
add readme.sh script to help to generate the content in README.md for each problem
|
2016-09-08 01:11:56 +08:00 |
|
huangxiaofei
|
d31dac6113
|
modified: algorithms/cpp/maximumDepthOfBinaryTree/maximumDepthOfBinaryTree.cpp
使用 max 函数以及递归 精简实现
|
2016-08-31 10:47:51 +08:00 |
|
Hao Chen
|
450b9ec935
|
Two Problems Solutions - "Insert Delete GetRandom O(1)"
|
2016-08-25 18:01:24 +08:00 |
|
Hao Chen
|
6351e780f5
|
New Problem Solution - "Linked List Random Node"
|
2016-08-24 14:10:53 +08:00 |
|
Hao Chen
|
d61801b8ba
|
New Problem Solution - "Ransom Note"
|
2016-08-24 13:24:30 +08:00 |
|
Hao Chen
|
04f616ece5
|
New Problem Solution - "Shuffle an Array"
|
2016-08-24 13:22:08 +08:00 |
|
Hao Chen
|
c233873748
|
New Problem Solution - "Mini Parser"
|
2016-08-24 12:30:18 +08:00 |
|
Hao Chen
|
bb4f2b35cb
|
uncomment the code
|
2016-08-24 11:06:07 +08:00 |
|
Hao Chen
|
0639f1583e
|
typo
|
2016-08-23 14:11:46 +08:00 |
|
Hao Chen
|
f41644f747
|
New Problem "Longest Absolute File Path"
|
2016-08-23 14:09:10 +08:00 |
|
Hao Chen
|
32bbef0cde
|
add indent
|
2016-08-23 13:06:47 +08:00 |
|
Hao Chen
|
6042465824
|
New Problem "First Unique Character in a String"
|
2016-08-23 12:09:57 +08:00 |
|
Hao Chen
|
ca78acd2a6
|
New Problem "Lexicographical Numbers"
|
2016-08-23 11:32:06 +08:00 |
|
Hao Chen
|
8c6d4e5189
|
Merge pull request #119 from FEIGONG/master
modified: cpp/intersectionOfTwoArrays/intersectionOfTwoArrays.cpp
|
2016-08-23 08:56:10 +08:00 |
|
huangxiaofei
|
2997141ede
|
modified: cpp/intersectionOfTwoArrays/intersectionOfTwoArrays.cpp
use one set instead of two set
|
2016-08-11 22:43:20 +08:00 |
|
Calinescu Valentin
|
d86d3cef93
|
Merge pull request #118 from Vally79/master
added wiggleSubsequence
|
2016-08-08 11:13:34 +03:00 |
|
Vali
|
837c4a6f70
|
added wiggleSubsequence
|
2016-08-08 11:12:28 +03:00 |
|
Calinescu Valentin
|
b5517c58e7
|
Merge pull request #117 from Vally79/master
added combinationSumIV
|
2016-08-07 16:36:31 +03:00 |
|
Vali
|
c2dfa0e81a
|
added combinationSumIV
|
2016-08-07 16:35:33 +03:00 |
|
Hao Chen
|
6241ee91c6
|
Merge pull request #116 from arctanx0/master
Fix bug
|
2016-08-07 19:05:51 +08:00 |
|
arctanx
|
6b0fea61f3
|
Update bullsAndCows.cpp
|
2016-07-06 23:10:13 +08:00 |
|
Hao Chen
|
707876809e
|
Merge pull request #112 from wuxun/master
fix a wrong number in comment
|
2016-06-21 19:44:44 +08:00 |
|
wuxun
|
5c38456d98
|
fix a wrong number in comment
|
2016-06-14 20:31:43 +08:00 |
|
Hao Chen
|
d98e898635
|
the solution of the problem "Counting Bits"
|
2016-05-30 01:36:23 +08:00 |
|
Hao Chen
|
ac6ea198bd
|
the solution of the problem "Flatten Nested List Iterator"
|
2016-05-30 00:42:46 +08:00 |
|
Hao Chen
|
726d8d3bd6
|
the solution of problem "Integer Break"
|
2016-05-29 16:27:19 +08:00 |
|
Hao Chen
|
66bca0996a
|
the solution of problem "Power of Four"
|
2016-05-29 16:13:33 +08:00 |
|
Hao Chen
|
776432d4ca
|
make the script can detect the author name automatically
|
2016-05-29 15:58:40 +08:00 |
|
Hao Chen
|
705813803d
|
the solution of the problem "Reverse String"
|
2016-05-29 15:37:31 +08:00 |
|
Calinescu Valentin
|
2cdbde2580
|
Merge pull request #111 from Vally79/master
added intersectionOfTwoArraysII
|
2016-05-22 16:49:43 +03:00 |
|
Vally
|
54f9795d32
|
added intersectionOfTwoArraysII
|
2016-05-22 16:47:42 +03:00 |
|
Calinescu Valentin
|
df1a3492d6
|
Merge pull request #110 from Vally79/master
fixed typo
|
2016-05-20 14:49:28 +03:00 |
|