资源列表
Balance-two-forks-tree
- 将二叉排序树转变为平衡二叉树,其操作有:创建二叉树、插入数据、 删除数据、输出、销毁二叉树和退出 -Binary sort tree into a balanced binary tree, its operations are: create a binary tree, insert data, delete data, output, the destruction of the binary tree and exit
vcPP-the-shortest-path
- 最小路不交化算法,用于求网络图的可靠度,或者评价网络的可靠度-Minimal path does not cross the algorithm for seeking the reliability of the network diagram, or to evaluate the reliability of the network
Josephus
- 约瑟夫(Josephus)环问题 设n个人围坐在一个圆桌周围,现在从第s个人开始报数,数到第m个人,让他出局;然后从出局的下一个人重新开始报数,数到第m个人,再让他出局,如此反复直到所有的人全部出局为止。 下面要解决的约瑟夫(Josephus)环问题是:对于任意给定的n,s和m,求出这n个人的出局序列。要求以单循环链表作为存储结构,实现约瑟夫环问题。然后使用n=9,s=1,m=5,以及n=9,s=1,m=10作为输入数据,检查你的程序的正确性和健壮性。 -Joseph (Josep
Graoh821
- 数据结构课程试验。关于图的各种课本操作。-The operation of Graph
BiTree432
- 数据结构课程试验。关于二叉树的各种课本操作-the operation of BiTree
huffman
- 信息论程序中的霍夫曼编码程序,喜欢的就速度抱走吧-Huffman coding procedures in the information theory in the program, like the speed of which go
shujujiegoutijidaan
- 清华大学出版,数据结构题集的答案。非常详细,每一道题都有详解-Tsinghua University, publishing, data structures, the answer to the problem sets. Very detailed, each question has a Detailed
biaoda
- 表达式求值问题,数据结构c++中表达式求值的算法过程-The expression is evaluated, expression evaluation algorithm process data structure c++,
include
- 数据结构的邻接矩阵,邻接表,图的遍历等功能-Data structure of the adjacency matrix, adjacency list, and graph traversal
asdfasdfasdf
- 很好的课件C语言(数据结构)2版课件-源码(李云清,杨庆红)-Courseware courseware C language (data structure) version 2- source (Liyun Qing, Yang Qinghong)
hash
- 一个简单的哈希表在C++中的实现,该哈希表主要是使用二维数组的形式实现-A simple hash table implementation, the hash table is implemented using two-dimensional array in the C++
queue
- 一个简单的队列C++代码实现,该队列使用数组的实现形式-A simple queue C++ code implementation, the queue using an array of forms
