资源列表
tree
- 利用二叉数对数据进行排序,体现二叉树的优点
cronig
- Resolution of the Cronig-Penney s predator and victim problem wrote in Matlab v6.5.
sort
- 链表排序功能的实现,采取了冒泡算法,将链表节点按照数据大小排序-Sort list functions to achieve, to take a bubble algorithm, the node will list the size in accordance with the data sorted
chazhaozuijinzuxian
- 编写算法,在二叉排序树上找出任意两个不同结点的最近公共祖先-Write algorithm, binary sort tree to find any two different nodes of the nearest common ancestor
migong.c
- 参考资料写的一个迷宫问题,能显示具体的步骤,和最终结果。-The maze problem, can show every step, and the final result.
ADLinearTimeSelect
- 线性时间选择算法:给定线性序集中 n 个元素和一个整数 k,1≤k≤n,要求找出这 n 个 元素中第 k 小的元素,-algorithm for Linear time selection
huanfang
- 数据结构课程设计题目《幻方》源码 运用C++编写-Data structure course design topics " magic square" source written using C++
Binary_sort_tree
- 撰写一个程序,能够构建字符串型的二叉排序树并在二叉排序树中查找节点。 所谓二叉排序树,简而言之,是一个每个节点可指向 0、1 或 2 个节点的递归的数据结构。最上层的一个节点称为树根。二叉排序树服从凡是比当前节点小的值都在其左下方,比当前节点大的值都在其右下方的规律。该规律不仅适用于树的局部,也适用于整棵二叉排序树。-Write a program to build string of binary sort tree and binary sort tree to find nodes.
1221
- 浙大acm1221题,C++解答。acm课程设计-Zhejiang acm1221 problem, C++ solution
joseph
- 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列-joseph ring
tuxiangtasuo
- 算法分析中的图形压缩的c语言实现.图像压缩问题要求确定像素序列的最优分段,使得依次段所需的存储空间最小。-Compression of c language implementation algorithm in the analysis of graphics. The image compression problem requirements determine the optimal segmentation of pixel sequence, makes the period of
zidianxu
- 字典序问题,对给定任意长度不超过6的升序字符串按照字典序排列并编码-Dictionary order problem, for any given length of no more than 6 ascending string in accordance with the order of the order and code