码迷,mamicode.com
首页 >  
搜索关键字:解题报告    ( 2279个结果
石大ACM2588解题报告
也是简单的石大校赛题,题目废话较多,就是求最小公倍数。由于涉及多个数,so写在函数里。//beginTaozifish是曾经的算法部部长,ACM俱乐部队长,带领大家拿过亚洲区域赛银牌、铜牌和省赛一等奖若干。2013年本科毕业之后以16W年薪入职百度核心部门搜索研发部。经过一段时间的努力,很快就在百度...
分类:其他好文   时间:2015-03-02 20:48:40    阅读次数:158
[LeetCode]Min Stack,解题报告
目录目录 题目 思路1 AC代码 缺陷 思路2 AC代码题目 Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) – Push element x onto stack. pop() – Removes the ele...
分类:其他好文   时间:2015-03-02 13:08:54    阅读次数:141
LeetCode: Partition List解题报告
Partition ListGiven a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.You should ...
分类:其他好文   时间:2015-02-28 00:09:16    阅读次数:114
codeforces 518B. Tanya and Postcard 解题报告
题目链接:http://codeforces.com/problemset/problem/518/B题目意思:给出字符串 s 和 t,如果 t 中有跟 s 完全相同的字母,数量等于或者多过 s,就将 s 这个数量加到 YAY! 的答案里,少于的话就加t 中有的数量;如果 t 中有跟 s 相同的字母...
分类:其他好文   时间:2015-02-26 13:11:25    阅读次数:128
Winter-2-STL-B Brackets 解题报告及测试数据
Time Limit:2000MS Memory Limit:65536KBDescriptionGiven a string consisting of brackets of two types find its longest substring that is a regular brack...
分类:Windows程序   时间:2015-02-24 23:25:25    阅读次数:201
Winter-2-STL-E Andy's First Dictionary 解题报告及测试数据
use stringstreamTime Limit:3000MS Memory Limit:0KBDescriptionAndy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy t...
分类:Windows程序   时间:2015-02-24 23:23:21    阅读次数:228
Winter-2-STL-D The Blocks Problem 解题报告及测试数据
Time Limit:3000MS Memory Limit:0KBDescriptionBackgroundMany areas of Computer Science use simple, abstract domains for both analytical and empirical s...
分类:Windows程序   时间:2015-02-24 23:23:00    阅读次数:235
Winter-2-STL-G Team Queue 解题报告及测试数据
Time Limit:3000MS Memory Limit:0KBDescriptionQueues and Priority Queues are data structures which are known to most computer scientists. The Team Queu...
分类:Windows程序   时间:2015-02-24 23:21:49    阅读次数:215
Winter-2-STL-F Ananagrams 解题报告及测试数据
Time Limit:3000MS Memory Limit:0KBDescriptionMost crossword puzzle fans are used to anagrams--groups of words with the same letters in different order...
分类:Windows程序   时间:2015-02-24 23:21:46    阅读次数:245
Winter-2-STL-C Where is the Marble? 解题报告及测试数据
Time Limit:3000MS Memory Limit:0KBDescriptionDownload as PDFRaju and Meena love to play with Marbles. They have got a lot of marbles with numbers writ...
分类:Windows程序   时间:2015-02-24 23:20:28    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!