361 Commits

Author SHA1 Message Date
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
Vally
ae2a0d191a fixed typo 2016-05-20 14:48:38 +03:00
Calinescu Valentin
8dd681cfef Merge pull request #109 from Vally79/master
added intersectionOfTwoArrays
2016-05-20 14:47:36 +03:00
Vally
f28602dd1f added intersectionOfTwoArrays 2016-05-20 14:46:16 +03:00
Calinescu Valentin
fa2bc72008 Merge pull request #108 from Vally79/master
added topKFrequentElements
2016-05-02 23:15:38 +03:00
Vally
7cb4f7c8aa added topKFrequentElements 2016-05-02 23:13:48 +03:00
Calinescu Valentin
0851e28858 Merge pull request #107 from Vally79/master
added reverseVowelsOfAString
2016-04-30 17:35:40 +03:00
Vally
2e2850ec42 added reverseVowelsOfAString 2016-04-30 17:34:02 +03:00
Calinescu Valentin
d06367f3a3 Merge pull request #106 from Vally79/master
added houseRobberIII
2016-04-29 22:48:16 +03:00
Vally
6d54747dac added houseRobberIII 2016-04-29 22:46:45 +03:00
Hao Chen
4beefdbdf0 New Problem "Patching Array" 2016-03-01 00:45:30 +08:00
Hao Chen
dfb546a016 fix #96 2016-02-29 17:43:33 +08:00
Hao Chen
4be202f1b6 refine the comments 2016-02-29 17:38:33 +08:00
Hao Chen
04c5eef770 Merge pull request #98 from xusiwei/master
C solution for "Reverse Words in a String", in O(1) space
2016-02-29 16:53:05 +08:00
Calinescu Valentin
a354cb77f0 Merge pull request #99 from Vally79/master
added increasingTripletSubsequence
2016-02-27 19:42:15 +02:00
Vally
057675bbf8 added increasingTripletSubsequence 2016-02-27 19:40:31 +02:00
Siwei Xu
239694cd9c C solution for "Reverse Words in a String", in O(1) space 2016-02-28 00:37:19 +08:00
Hao Chen
174e8aadb5 Merge pull request #95 from wilsoncao/master
Fix bug
2016-02-27 22:03:31 +08:00
Hao Chen
009085fdb4 Merge pull request #97 from xusiwei/master
new solution, typo fix
2016-02-27 22:02:17 +08:00
Siwei Xu
1a06e15153 fix typo caused build error 2016-02-26 01:20:02 +08:00
Siwei Xu
a2d1d29b49 another solution for "Reverse Words in a String" 2016-02-26 01:20:02 +08:00
wilsoncao
0d45bbc0d4 update 2016-02-13 19:32:31 -05:00
wilsoncao
ea31aa7289 update 2016-02-13 19:31:53 -05:00
Hao Chen
3786095949 another solution for "Longest Increasing Subsequence" 2016-01-27 00:07:13 +08:00
Hao Chen
a3f135495e another implementation for "Coin Change" 2016-01-26 23:25:41 +08:00
Hao Chen
1d3dba3da8 another solution for "Bulb Switcher" 2016-01-25 14:53:39 +08:00
Hao Chen
41134d7d56 New Problem "Minimum Height Trees" 2016-01-24 15:27:08 +08:00
Hao Chen
3c985c80df New Problem "Longest Increasing Path in a Matrix" 2016-01-21 23:44:42 +08:00
Hao Chen
d8a99d784d New Problem "Create Maximum Number" 2016-01-21 15:13:39 +08:00