资源列表
suanfadaolun
- 算法导论第二版,经典中的经典,有需要的借去,欢迎交流-Introduction to Algorithms Second Edition, the classic of classics, by the need to welcome the exchange
Urban-travel-issues
- 城市出行问题。某城市有若干中心区,在一些中心区之间存在道路相连。这些道路中的一些已开通了公交线路。需要在中心区间旅行的人们有如下几种交通方式可供选择: 1.骑自行车,平均速度15km/h。 2.公交与步行结合,不同道路的公交车平均速度不同,标注于下图的B 中,B=0 代表这 条道路尚未开通公交线路,步行的平均速度为5km/h。允许搭乘公交与步行两种方式自由进 行组合,切换的次数不限。 3.自驾车,不同道路的平均速度不同。 现在你要从区域A 出发要区域B,由于时间紧迫,请提
Quick-sort
- 快速排序,从长度为N 的无序整数序列中提取第k小的元素。-Quick sort, from the length of the disorder for the N extracted sequence of integers k-small elements.
Backtracking
- 回溯法解决背包问题。经典背包问题的回溯法C语言实现。-Backtracking to solve knapsack problem. Classical knapsack problem backtracking C language.
dynamic
- 动态规划法解决经典背包问题,C语言实现。-Classic dynamic programming method to solve the knapsack problem, C language.
Greedy-algorithm
- 使用贪心算法解决经典背包问题的C语言实现。-Using the greedy algorithm to solve the classic knapsack problem C language.
qipanfugai
- 棋盘覆盖问题,有图形显示,可手动输入棋盘大小及多余点的位置-Board covering problem, a graphic display, you can manually enter the board size and location of extra points
migong
- 利用栈求一条简单的迷宫路径,采用手动输入迷宫的方式,“0”代表通路,“1”代表障碍,“2”代表已走过的路。-Demand using a simple stack maze path, a way to manually enter the maze, " 0" channel, " 1" obstacle, " 2" has walked the streets.
dashuxiangjiajian
- 两个不超过110位的整数想加减,计算速度不超过1秒,-Not more than 110 two integer addition and subtraction to calculate the speed of not more than 1 second,
e
- 数据结构作业题 入一个中缀表达式,表达式中有+、-、*、/四种运算以及(、),表达式中的其他符号为大写的字母。求一个算法,得到相应的后缀表达式。 -Job title into a data structure in the infix expression, the expression of four operations in+,-,*,/ and (,), the expression of other symbols to uppercase letters. Find
dlinklist
- 关于数据结构中,双向链表的例子,包含了对双向链表的所有基本操作-On the data structure, two-way linked list example, contains a doubly linked list of all the basic operations
double_list
- C语言实现的双链表,代码质量高,希望对大家有用-C language implementation of the double-linked list, code quality, we hope to be useful
