搜索资源列表
小强acm常用算法
- acm常用算法 比赛常用模板库
acm 图论算法
- acm 图论算法
LectureHalls.rar
- acm算法设计—会场安排问题! 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。,acm algorithm design- the venue arrangements! Assume it to be enough room
ACM.rar
- ACM比赛解题报告,包括hdu1880、zoj1010、zoj1015,为原创的报告,算法不一定最优的,ACM problem-solving competition, including hdu1880, zoj1010, zoj1015, for the original report, the algorithm does not necessarily optimal
ACM
- 算法精华,学习算法使用,据说是目前最全的ACM竞赛的算法大全,不看会后悔的哦-Algorithm is the essence of learning algorithm to use, is said to be the most full-race of the ACM algorithm Daquan, oh do not look would regret
ACM_template
- 包含2个pdf:ACM模板(浙大).pdf和ACM算法模板(吉林大学).pdf 覆盖了很多ACM竞赛中需要的模板,我自己在比赛时都会带着。-ACM templates
ACM
- ACM 算法模板,适合搞ACM的人,包括各个方面,减少大家找代码的时间-ACM Algorithm templates
ACM
- acm练习建议 非常好的算法联系材料 详细罗列了各种算法-acm algorithm very good practice recommendations detailed contact information listed a variety of algorithms
ACM
- acm是一门相当富有技术含量的大学生竞赛,这是其中的一些常见算法教程,希望对大家有帮助-acm is a ativity for university students
FLOYD_Renting_Boats
- acm算法设计:【FLOYD算法】Renting Boats 描述: 长江游艇俱乐部在长江上设置了n 个游艇出租站1,2,…,n。游客可在这些游艇出租站租用游艇,并在下游的任何一个游艇出租站归还游艇。游艇出租站i 到游艇出租站j 之间的租金为r(i,j),1< =i< j < =n。试设计一个算法,计算出从游艇出租站1 到游艇出租站n 所需的最少租金。 输入: 第1 行中有1 个正整数n(n<=200),表示有n个游艇出租站。接下来的n-1 行是r(i,j
Shortest_path_counting
- acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Descr iption: A chess rook can move horizontally or vertically to any square in th
Lexicographic_order
- acm算法设计:排列的字典序问题 描述: n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 字典序值:0 1 2 3 4 5 排列:123 132 213 231 312 321 任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 输入: 第1 行是元素个数
acm
- ACM算法模板,包含了绝大多数的算法 ,KMP,SEG-TREE,高精度模板-ACM algorithm template that contains the majority of algorithms, KMP, SEG-TREE, high-precision template
acm
- 几种常见的acm算法 源码 包括简单背包问题 最短路径 游船问题 硬币问题等-Acm algorithm source code of several common
ACM
- 学习算法的入门资料,ACM算法书籍推荐收藏-Introductory information on learning algorithms
ACM代码
- ACM HDU 代码,不过其中有一部分还未完善,正在进行中。(This is some programmers for HDU. However, some of them are still incomplete and ongoing.)
实用算法基础教程(ACM-ICPC初级学习资料)
- 主要关于ACM/ICPC的算法讲解,使用的语言为c和c++,对ACM有兴趣的同学可以下载。(Mainly on the ACM/ICPC algorithm to explain, the use of language for C and c++, ACM interested students can download.)
ACM Algorithm Summary
- ACM竞赛常用代码模板汇总,C和C++编写.(ACM competition commonly used code template summary, wrote by C and C++.)
ACM算法
- 算法总体思想 对这k个子问题分别求解。如果子问题的规模仍然不够小,则再划分为k个子问题,如此递归的进行下去,直到问题规模足够小,很容易求出其解为止。(The general idea of algorithm The K sub problem is solved separately. If the size of the sub problem is still not enough Small, then divided into k sub problems, so recursiv
ACM模板1.txt
- kuangbin 的模版,包括acm一些常用的算法(kuangbin's tempelate)