资源列表
Adjacency-table-storage
- 四种图:无向图,有向图,无向网,有向网的邻接表存储-Four kinds Figure: undirected graph, directed graph, undirected network, the network has adjacency table storage
huffman
- 数据结构课程设计,哈夫曼译码编码器,c++数据结构实现,-Data structure curriculum design, Huffman decoder encoder, c++ data structure,
RootRing
- 用坐标验证带头节点的链表例题。其中的输入格式和方法,在运行中会有提示。-Coordinate validation of the lead in the linked list node. The input format and method which, in operation will prompt.
arithmetic
- 数据结构中利用堆栈来实现日常中的四则运算-Use the stack data structure to achieve the daily operation of the four
BubbleSort
- 冒泡排序:使用冒泡排序的方法对数组进行排序,较快速-Bubble sort: using bubble sort method to sort the array, faster
MergeSort
- 归并排序:使用归并排序方法对数组进行排序,快速-Merge sort: using merge sort method to sort the array, fast
QuickSort
- 快速排序:使用快速排序对数组进行排序,速度很快-Use quick sort to sort the array, very fast
TeamQueue
- 数据结构,队列实现程序,引自余立功《算法训练教程》-Basic Data structure , implement of Queue
LostCows
- POJ 2182 引自余立功《算法训练教程》,线段树的应用-POJ 2182 segment tree
Mayors-posters
- POJ 2528 引自余立功《算法训练教程》,线段树的应用-POJ 2528 segment tree
Stack_TerribleSets
- 数据结构,堆栈实现程序,引自余立功《算法训练教程》-Basic Data structure , implement of stack
UnionSet
- POJ1703 引自余立功《算法训练教程》,并查集的应用-POJ1703 union set