码迷,mamicode.com
首页 >  
搜索关键字:acm学习    ( 151个结果
ACM学习历程——POJ3468 A Simple Problem with Integers(线段树)
DescriptionYou have N integers, A1, A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to ...
分类:其他好文   时间:2015-04-15 23:11:05    阅读次数:133
ACM学习历程——UVA10112 Myacm Triangles(计算几何,多边形与点的包含关系)
DescriptionProblem B: Myacm TrianglesProblem B: Myacm TrianglesSource file:triangle.{c, cpp, java, pas}Input file:triangle.inOutput file:triangle.outT...
分类:其他好文   时间:2014-12-26 14:19:17    阅读次数:223
算法导论学习笔记 -(1)
一个ACM若菜,趁着ACM淡季,开始学习算法导论了,经过一年的ACM学习,逐渐的发现,学东西,深入才是王道,以前学习一个算法,总是看懂了就开始做题,到后来才发现很多题目,会算法,却不知道是用这个算法,这就是算法理解的不到位的后果,从今天开始,定下目标: 1.深入系统的学习算法, 2.学会纸上写伪代码,每章的代码自己先在纸上写一遍, 3.每节的学习笔记和算法都要写在博客上。 在博客上记录自己...
分类:编程语言   时间:2014-12-19 23:28:27    阅读次数:189
acm学习
要学习的   基本结构 高级结构 题单 集合结构   幷查集 POJ 1182 POJ 1308 POJ 1611 POJ 1986 POJ 1988 线性结构 数组 栈 队列 双端队列 POJ POJ POJ POJ POJ 树...
分类:其他好文   时间:2014-12-16 13:32:57    阅读次数:203
ACM学习历程——UVA540 Team Queue(队列,map:Hash)
DescriptionTeam Queue Team QueueQueues and Priority Queues are data structures which are known to most computer scientists. The Team Queue, however, i...
分类:其他好文   时间:2014-12-14 13:12:19    阅读次数:245
ACM学习历程——UVA11111 Generalized Matrioshkas(栈)
DescriptionProblem B - Generalized Matrioshkas Problem B - Generalized MatrioshkasVladimir worked for years making matrioshkas, those nesting dolls th...
分类:移动开发   时间:2014-12-14 13:09:19    阅读次数:224
ACM学习历程——UVA442 Matrix Chain Multiplication(栈)
DescriptionMatrix Chain MultiplicationMatrix Chain MultiplicationSuppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are mat...
分类:其他好文   时间:2014-12-14 13:05:22    阅读次数:244
ACM学习历程——HDU5137 How Many Maos Does the Guanxi Worth(14广州10题)(单源最短路)
Problem Description "Guanxi" is a very important word in Chinese. It kind of means "relationship" or "contact". Guanxi can be based on friendship, but...
分类:其他好文   时间:2014-12-14 11:59:26    阅读次数:150
ACM学习历程——UVA127 "Accordian" Patience(栈, 链表)
Description``Accordian'' PatienceYou are to simulate the playing of games of ``Accordian'' patience, the rules for which are as follows:Deal cards one...
分类:其他好文   时间:2014-12-10 16:06:53    阅读次数:262
ACM学习历程——POJ 1700 Crossing River(贪心)
DescriptionA group of N people wishes to go across a river with only one boat, which can at most carry two persons. Therefore some sort of shuttle arr...
分类:其他好文   时间:2014-11-23 13:04:00    阅读次数:170
151条   上一页 1 ... 11 12 13 14 15 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!