题目:http://125.221.232.254/JudgeOnline/problem.php?id=10081008: 排序(用链表实现)时间限制:20 Sec内存限制:128 MB提交:885解决:474[提交][状态][讨论版] [Edit] [TestData]题目描述将一个杂乱无序的整...
分类:
其他好文 时间:
2014-06-29 00:44:22
阅读次数:
293
这题有点类似LIS,由于颜色最多100种,所以只需建立一个100的数组,按对立面的关系以某种颜色为向上面的最大值就可以了。 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int cube[505][7]; 7 int ...
分类:
其他好文 时间:
2014-06-21 12:58:02
阅读次数:
244
题目连接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=247&page=show_problem&problem=3666137646221225Digit CountingAccepte...
分类:
其他好文 时间:
2014-06-21 10:53:16
阅读次数:
365
n a^o7 !题目:http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2413Time Limit: 1000MS Memory limit: 65536K题目描写叙述All brave and intel...
分类:
其他好文 时间:
2014-06-21 07:11:15
阅读次数:
255
题目:Balanced Binary TreeGiven a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary ...
分类:
其他好文 时间:
2014-06-21 07:03:28
阅读次数:
249
BACKGROUNDComputer viruses are a common problem for computer users. One typical mode of attack is to send an electronic mail message (e-mail) containi...
分类:
其他好文 时间:
2014-06-21 00:51:41
阅读次数:
285
uvaLive4255:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&category=25&page=show_problem&problem=2256题意:对于一个序列,我们可以计算出一个...
分类:
其他好文 时间:
2014-06-21 00:27:39
阅读次数:
284
感谢微信平台:一天一道算法题---每天多一点进步----problem: 从M个不同的字符中任取N个字符的所有组合analyse: 微信这边 没有给出一些思路 而且我也觉得它提供的代码 可读性不高... 而且好像 实现出来并没有达到预计效果 我准备 自己看下 能不能写出来 再贴上去 可能要等明...
分类:
其他好文 时间:
2014-06-20 23:51:43
阅读次数:
299
微软近期Open的职位:ATG Engineer - GeneralistReady to work on some of the most advanced hardware on the planet and solve mind-bending game development problem...
分类:
其他好文 时间:
2014-06-20 23:50:25
阅读次数:
391
Description速算24点相信绝大多数人都玩过。就是随机给你四张牌,包括 A(1),2,3,4,5,6,7,8,9,10,J(11),Q(12),K(13)。要求只用'+','-','*','/'运算符以及括号改变运算 顺序,使得最终运算结果为24(每张牌必须且仅能用一次)。游戏很简单,但遇到...
分类:
其他好文 时间:
2014-06-19 07:22:20
阅读次数:
262