资源列表
CPP1 顺序表的基本操作实现实验
- 一、顺序表的基本操作实现实验 要求:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法: 1)创建任意整数线性表(即线性表的元素值随机在键盘上输入)的顺序存储结构(即顺序表),长度限定在25之内; 2)打印/显示(遍历)该线性表(依次打印/显示出表中元素值); 3)在顺序表中查找第i个元素,并返回其值; 4)在顺序表第i个元素之前插入一已知元素; 5)在顺序表中删除第i个元素; 6)求顺序表中所有元素值(整数)之和; 二、链表(
EvaluateExpression.tar 数据结果实验 表达式求值
- 数据结果实验 表达式求值 中缀表达式转后缀表达式求值-Results of experimental data to evaluate the expression in infix postfix expression evaluation turn
xianxingbiao 数据结构中线性表的算法
- 数据结构中线性表的算法,包括线性表的基本操作的实现以及线性表的一些操作实现-Linear table data structure algorithms, including linear form the basic operation of the implementation and realization of the linear form of some operations
几个C语言数据结构算法的例子
- 几个C语言数据结构算法的例子,- Some data structure algorithmic code writed by C language
TREE.rar 有关树所有操作
- 数据结构:有关树所有操作, Construction of data: The related tree all operates
AOV网络的topu排序.rar
- AOV的拓扑排序算法,AOV topological sorting algorithm
POJ1840求一个有5位未知数方程解的个数
- POJ1840求一个有5位未知数方程解的个数,hash表的经典应用,POJ1840 seeking a five unknown number of equations, hash table classic application
GRID.rar
- 把dat文件转化为grd文件 供surfer使用,Dat file into the GRD surfer documents for use
1001.zip POJ 1001己AC源代码
- POJ 1001己AC源代码,不信你可以试试.,POJ 1001 F AC source code, do not believe you can try.
LCS.rar
- 求两个字符串的最长公共子序列,使用递归算法实现。,For two of the longest common sub-string sequences, using the recursive algorithm.
DictionaryTree.rar
- 字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构,Dictionary tree algorithm, can be very convenient multi-tree, and find very convenient is the design of ACM algorithms commonly used data structure
APhash.rar
- 常用的hash算法APHash,该hash算法可以实现均衡分布,让数据均匀的分布在hash列表中,Commonly used hash algorithms APHash, the hash algorithm can achieve a balanced distribution, so that uniform distribution of data in the hash list