资源列表
suanfa
- 基于C语言的各种算法的集合,科学类的法,字符处理的算法,排序的算法等,-C-based collection of various algorithms, science class, method, character processing algorithms, sorting algorithms,
data_structure_of_the_classical_algorithm
- VC++数据结构经典算法,值得收藏的参考资料-VC++ data structure of the classical algorithm, it is collection of reference materials
datastructure
- 数据结构源代码,附赠一些其他的小程序,简单实用,详细~-the sourse is mainly about datastructure of c/c++,so nice,Welcome to download!
singlechain
- 针对无无头结点的单链表,根据此程序可以实现一系列的基本运算-Without a head node of the c single-chain algorithm
QuickSort
- 快速排序,用数组的存储结构,实现数的排序。共有八组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Quicksort array storage structure, to achieve the sort of number. A total of eight sets of random data, but also be able to calculate the processing time of each data, and eventually obtain the
RedBlackTree
- 自己使用C++实现的一个简单的红黑树,可用codeblocks直接打开(Own simple red black tree)
Tower-of-Hanoi
- 汉诺塔数据结构编程的源代码,有趣的小程序-Tower of Hanoi data structure programming,it s a interesting program.
KnapsackProblem
- 背包问题是一个经典的动态规划模型。它既简单形象容易理解,又在某种程度上能够揭示动态规划的本质
stack-and-queue
- 本程序是中国科学技术大学数据结构及其算法的上机作业,主要使用栈和队列模拟停车场,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main use of stacks and queues simulate parking, the program w
HIT_jerrybond
- 数据结构计算几何模板,可以高效实现计算几何的各种算法,便于嵌入其他代码-Computational geometry data structure templates can efficiently achieve computational geometry algorithms, easy to embed other code
123
- 有关数据结构中线性表的讲义,供大家学习,研究。-The data structure of the linear table handouts for them to learn and research.
Algorithm-design-and-analysis
- 大学算法课上的大作业,包含残缺棋盘游戏问题、0/1背包问题、高速缓存调度问题、旅行商问题、流水作业调度问题等等若干问题,有完整源代码、结果截屏、时间复杂性分析-University algorithm class project, including the imperfect board game, 0/1 knapsack problem, the cache scheduling problem, traveling salesman problem, line production sc
