资源列表
dynamicarray
- 用C语言写的关于创建动态数组-C. wrote about creating dynamic array !!
hanoi
- 汉诺塔(又称河内塔)问题是印度的一个古老的传说。开天辟地的神勃拉玛在一个庙里留下了三根金刚石的棒,第一根上面套着64个圆的金片,最大的一个在底下,其余一个比一个小,依次叠上去,庙里的众僧不倦地把它们一个个地从这根棒搬到另一根棒上,规定可利用中间的一根棒作为帮助,但每次只能搬一个,而且大的不能放在小的上面。-Tower of Hanoi (also known as the Hanoi tower) problem is an ancient Indian legend. Epoch-making
8_queen
- 8_queen问题的一个自创的算法,还不错!-8_queen
second
- 在O(n)的时间内重排数组,将所有取负值的排序吗在所有取非负值的排序码前-In O (n) time rearrangement of the array, all the sort you get negative in all sort of code to take non-negative before
zxcvnjhjhkjk
- 最短路径----迪杰斯特拉算法这是用数据酷编写的超级还曾需飞行行分区地方人个还有就适合打击的假死优化哦----- Dijkstra shortest path algorithm which is used to prepare data super cool flight line had to be a district where there are suitable for people against the suspended animation optimization Oh
Data-structure-chapter2
- 《大话数据结构》第二章,幽默风趣地讲解了数据结构-It explain the methods on the data structure.
Lying-data-structure2
- 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order method is derived sequence differ
Maze
- 经典的迷宫问题算法,本程序采用栈进行回溯求解,并求出了所有解-The classic maze problem algorithm, the program uses the stack to back solution, and all solutions are obtained
suanfa
- acm部分算法文档,有动态规化,贪心算法
algiorm
- 此文件包含很多很经典的算法和题,是我们算法老师给的,是练习编程的好东西哦!-This file contains many classic algorithms and questions, the teacher gave our algorithm is a good programming practice what Oh!
the-long-line
- 实验名称:用动态规划法求解最长路径问题 设计动态规划算法求解最长路径问题(见下面附录部分),要求程序能根据给定的图作为输入,输出最长路径的长度及一条最长的路径。-Experiment name: the dynamic programming method for solving the longest path problem design dynamic programming algorithm for the longest path problem (see the append
1
- 输入六个数比如123456,输出123456 234561 345612 456123 561234 612345-Such as 123456, input six output 123 456 234 561 345 612 456 123 561 234 612 345