资源列表
BinaryTreesorting
- 二叉树排序实现二叉树的前序、中序、后序排列,以菜单形式出现,代码简洁、易懂易用
lianbiaohebing
- 这是初次学数据结构时有关链表的实现,我想对于初学者来说是有一点帮助的
graph_search
- 图的深度优先搜索和广度优先搜索,c++实现,可能用class实现并不适合,但思想还是表现出来了
segment_tree
- 线段树结构的代码,是一种比较高级的数据结构,对区间的增删只需要O(logn)
main
- Tehran 2003 Preliminary poj 2396 Budget
a
- 平衡二叉树,实现平衡二叉树的有关操作,哈工大数据结构实验-balanced binary tree
splaytree
- 标准数据结构splaytree的C语言实现,很规范,供参考-The standard of data structure splaytree the C language specifications for reference
SHUXU
- [数据结构 C]二进制转换十进制(顺序表)。-[data structure C] binary conversion metric (sequence table).
Convex_hull.cpp.tar
- ACM凸包标程,可以快速使用凸包的各种应用,满足需求。-ACM convex hull source file
main
- 利用回溯法求解八皇后问题的全部解,并一一列举出来-Use backtracking to solve all the solutions of the eight queens problem, and list them out
scguide
- 校园导航系统 输入要查询的单位,显示单位简介。输入两个单位,计算两个单位地点间最短距离。功能不太完善,不能修改地点信息 -To query the campus navigation system input unit, display unit profile. Enter the two units, calculate the shortest distance between two unit locations. Function is not perfect, can not
haffman
- 经典的哈夫曼树编码数据结构算法,跟绿皮数据结构算法的差不多!
