资源列表
allsort
- 实现排序综合,一共有四种排序,适合做数据结构课程设计-sort
algorith4
- 用分治法解决最近点对问题,就是将一个问题分解两个子问题,然后递归处理子问题,然后合并求出最短距离-Solve the problem closest point using divide and conquer method is to decompose a problem of two sub-problems, and then recursively processing sub-problems, and then find the shortest distance merge
reversi
- 实现反转,从而满足人们在进行翻转操作时的一系列的要求-For reversing, a series of requirements to meet people during the flipping operation
CARROOM
- 一个车辆管理系统,使用了队列和堆栈的基本操作-a vehicle management system, the use of the queue and the basic operation of stack
hefuman.cpp.cpp
- 赫夫曼编码和译码,当时大一的时候上数据结构时写的-Huffman encoding and decoding, when the then freshman writing on the data structures
tree
- tree implementation in c. good program.
tcc
- 以栈模拟停车场,以队列模拟车场外的便道。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停车不收费)。栈以顺序存储结构实现,队列以链表结构实现。-Simulation of the car park to the stack to queue outside the road vehicle
sort
- 数据结构排序算法,包括堆排,希尔排序,快排-Sorting algorithm data structure
BSTree
- 搜索二叉树实现,使用C++ 模板,在linux g++环境编译正确-binary search tree code in c++
calculator
- 运用堆栈算法实现的可执行计算器,能够计算除 函数外的计算。-Executable stack algorithm using calculator can calculate calculate except outside the function.
link
- 单向链表的基本操作,适合刚起步的数据结构学习者。
堆排序—我写的
- 我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
