资源列表
12
- 在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-The chain-line storage structure of the table, and write functions for the initialization of the list, insert, delete, export, destruction algorithm.
22
- 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法-1. Stack data structure defined order 2. Write functions for the initialization of the stack, stack, stack, to determine whether the stack is empty
5
- 1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. Definition of graph data structure. 2. Write a function, with the adjacency list of the storage structure to achieve chart, find the vertex of degree. 3. Write a function, the output g
6
- 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define the hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-ha
7
- 1.定义数据结构。 2.编写函数,实现插入排序算法。 3.编写函数,实现希尔排序或快速排序等效率较高的算法。-1. Define the data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient algorithms.
bahuanhou
- 这是一个关于八皇后的c++源程序,非常适合初学者学习,简单易懂-This is an eight queens on the c++ source, very suitable for beginners to learn, easy to understand
List
- 一个C++链表操作,模板制作,可以参考功能比较完善-Operation of a C++ list, templates, and can refer to the function of a relatively perfect
pi.tar
- 一个好的算法,用于演示,如何获得PI值,可以精确到小数点后上千位。-A good example to show how to produce the value of PI
MiddleToBehind
- 中缀该后缀,数据结构的一个实验,希望能够对您有帮助-Infix the suffix, the data structure an experiment
tree
- 给出一个图的各个定点与所有边 ,找出图的最小二叉树算法-Binary tree to find the minimal
pailiezuhe
- 排列组合算法,基于中国福利彩票双色球的排列组合算法-Combinations of algorithms, based on the arrangement of China Welfare Lottery two color combination algorithm
datastruct_tree
- 本程序是用MFCA实现的二叉树的前序中序后序递归遍历,中序非递归遍历的实现,-binary tree
