Coding isn‘t fun most of time, and it‘s just a way to make living. Since I was a coder, I have been coding for many different projects with different programming languages, and working for several ...
分类:
其他好文 时间:
2015-08-07 16:47:43
阅读次数:
118
There are n coins with different value in a line. Two players take turns to take one or two coins from left side until there are no more coins left. T...
分类:
其他好文 时间:
2015-08-07 08:16:12
阅读次数:
177
Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. The valid operators are+, - and *.
Example 1
I...
分类:
其他好文 时间:
2015-08-06 22:34:50
阅读次数:
377
UVA10271【Chopsticks】Description:In China, people use a pair of chopsticks to get food on the table, but Mr. L is a bit different. He usesa set of three chopsticks – one pair, plus an EXTRA long chopsti...
分类:
其他好文 时间:
2015-08-06 18:23:38
阅读次数:
117
genericizing-codePrefer functionality over implementationIt’s never too late to refactorWatch out for repeated code across different typesOne protocol...
分类:
其他好文 时间:
2015-08-06 01:57:55
阅读次数:
104
Different Digits
Time Limit: 10000/4000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1138 Accepted Submission(s): 296
Problem Description
Given a posit...
分类:
其他好文 时间:
2015-08-04 09:28:56
阅读次数:
126
Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. Th...
分类:
其他好文 时间:
2015-08-03 18:29:53
阅读次数:
163
A multiplication algorithm is an algorithm (or method) to multiply two numbers. Depending on the size of the numbers, different algorithms are in use....
分类:
其他好文 时间:
2015-08-03 16:35:17
阅读次数:
104
Sticks Problem
Time Limit: 6000MS
Memory Limit: 65536K
Total Submissions: 10141
Accepted: 2682
Description
Xuanxuan has n sticks of different length. One day, she put...
分类:
其他好文 时间:
2015-08-03 14:42:42
阅读次数:
113
hdu 3338 Kakuro ExtensionDescription
If you solved problem like this, forget it.Because you need to use a completely different algorithm to solve the following one.
Kakuro puzzle is played on a grid...
分类:
其他好文 时间:
2015-08-02 21:36:14
阅读次数:
143