码迷,mamicode.com
首页 >  
搜索关键字:different    ( 2298个结果
Time to do one thing and do it well
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
Coins in a Line II
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
[leetcode 241]Different Ways to Add Parentheses
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】
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
[notes] some code tips
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
hdu 1664 Different Digits
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
(medium)LeetCode 241.Different Ways to Add Parentheses
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
Multiplication algorithm
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
POJ 2452 (RMQ + 二分)
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 Extension(最大流)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!