资源列表
huffman
- 用c语言给出了哈夫曼树的实现代码。已经编译通过。输入节点数和权值后,可以生成huffman 树-Using c language gives the Huffman code tree to achieve
tree
- 用C++建立的一个树,一个小程序,课外作业-Using C++ to establish a tree, a small program, homework
lingo-example-6
- lingo程序,最短路问题,经典的Dijkstra 算法。-lingo (Dijkstra)
bublesort
- 冒泡排序,简单程序,排序算法,从小到大排序-Bubble Sort, simple procedures, sorting algorithm, from small to large order
sousuo
- 用有序链表编写的搜索算法,数据结构课用,可以参考-pointer
chengji3
- 用链表实现的计算比赛成绩的程序,输入比赛时每位评委给出的成绩,会自动计算出最后得分,并且排序、生成RANK DAT.TXT。-Calculated using the list to achieve competition results of the program.
Vector
- 仿照STL Vector实现的向量(变长数组)类-STL Vector modeled implement vector (variable length arrays) class
双链表的插入与删除
- 双链表的一个简单实现,双链表的插入也删除
SegmentTree
- 线段树的样例程序,线段树大家都知道吧?类似于算法导论上的区间树,比AVL好实现多了-segment of the sample program for the tree, the tree line you know? Introduction to the algorithm similar to the interval on the tree, to achieve better than AVL more
tu-table-DFS
- 本程序采用深度优先的方法完成图的遍历,包括连通图和非连通图。
3
- 实现顺序栈的操作(栈空判断、入栈、出栈、读取栈顶元素)。
sunxubiao
- 自己用c写的顺序表的实现,都是在学习过程中自己写的-C write their own order form with the realization of their own in the learning process are written
