搜索资源列表
ACM竞赛算法
- 此文档是ACM(国际大学生程序竞赛)很全的算法学习文档,包含枚举,贪心,动态规划,几何,图论等许多算法,相信对你会有很大帮助。
小强acm常用算法
- acm常用算法 比赛常用模板库
ACM算法设计实验题目汇总.doc
- ACM算法设计实验题目汇总.doc
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
2.曾棕根.ACM程序设计
- ACM算法竞赛教程,基于c++语言,可以很好地训练自己的算法设计水平(ACM algorithm competition tutorial)
ACM国际大学生程序设计竞赛 算法与实现 俞勇
- 此为部分acm算法模板,对算法学习有帮助(This is part of the ACM algorithm template, algorithm learning helpful)
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算法模板(吉林大学)
- 有关acm算法的一本电子文档,以及模板,很实用。(About the ACM algorithm of an electronic document, as well as templates, very practical.)
acm算法模板
- 非常全的acm算法模板,适合打比赛使用,赶快下吧