资源列表
joseph
- 1. 以单项循环链表存储结构模拟约瑟夫环问题。即编号为1、2、3…、n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。按出列顺序印出各人编号。 2. 演示程序以用户与计算机的对话方式执行,用户输入相应的数据,输出结果显示在其后。
simple_migong
- 一个迷宫程序,数据结构复杂,有需要的可以下载研究,
pxtree
- 每一个参加排列的数据对应二叉树的一个结点,且任一结点如果有左(右)子树,则左(右)子树各结点的数据必须小(大)于该结点的数据。中序遍历排序二叉树即得排序结果。-Order to participate in each of the data corresponding to a binary tree node, and any one node if there is left (right) subtree, then the left (right) subtree of the data
HoffmanEncoder
- 用C语言实现数据结构中的哈弗曼编译器。可以求出n个字符的赫夫曼编码。建立函数输入二叉树,输出其赫夫曼编码。用户输入n个字符在电文中的使用频率(扩大100倍),并输入这n个字符,确定后系统给出这n个字符的赫夫曼编码。-With the C language data structures Havermann compiler. You can find the n-character Huffman encoding. The establishment of a function input b
sanyuanjuzhendejiafa
- 数据结构试验:三元矩阵的加法,描述三元矩阵的加法的算法,课增加其加减乘除的功能。-shuju jiegoude shiyan san yuan ju zhen de jia fa .
KM
- 二分图最佳匹配算法,使用KM算法的邻接矩阵的实现-Bipartite graph matching algorithm is the best use of KM implementation of the adjacency matrix algorithm
DoubleHashing
- this codes is about double hashing
Dijkstra.c.tar
- 帝杰斯特拉算法C++ 语言实现, 代码详细,解释明了,适合初学者-Royal Jiesitela algorithm C++ language, code in detail, to explain and clear, suitable for beginners
kpzb
- 快排,折半查找 ,有需要 的自己下 ,不需要登录 -Fast row, binary search, there is a need for their own, you do not log on
thread
- 数据结构:利用c++实现线索二叉树,代码简单易懂。-Data structure: the use of threaded binary tree implementation c++ code easy to understand.
chaoshi
- 一个对于超市选点问题的算法,在小区中选择超市位置,让所有居民与超市距离最短-One for the supermarket site selection algorithm.Select the supermarket location in the district,making All residents with the supermarket the shortest distance
splay
- progrm for splay tree in C