资源列表
Tree
- Its about data structure Tr-Its about data structure Tree
t
- 数据结构经典设计的的数据是一个开业务阿和感受得到-Classic design data structure of data
paixu
- 对数进行排序,插入排序,选择排序,冒泡排序-Sort of number, insertion sort, selection sort, bubble sort
paixu
- 选择排序,插入排序,冒泡排序的性能比较1)对冒泡排序,插入排序,选择排序算法进行时间复杂度上的比较. (2)待排序表(或数组)的表长(或数组元素的个数)不小于50;其中数据要用伪随机数产生程序产生;至少要用5组不同的输入数据作比较. -Selection sort, insertion sort, bubble sort performance comparison
2
- 在线性表的顺序存储结构上的第i个位置上插入一个元素时,必须先将线性表的第i个元素之后的所有元素依次后移一个位置,以便腾空一个位置,再把新元素插入到该位置。若要删除第i个元素时,也必须把第i个元素之后的所有元素前移一个位置-Online storage structure of the order of the table on the first i positions to insert an element, you must first linear element in the tabl
BinarySearchTree
- 用给定的数列构造一棵二叉排序树,并用广义表形式输出 输入数据共N+1行 第一行为一个整数N表示数据组数 第二至N+1行每行对应一组数据,共M+1个整数(M<10000) 每组数据以一个整数M开头,表示数列长度为M,后接长度为M的一组无序数列 输出共N行 每组数据对应一行输出 用广义表形式表示构造的二叉排序树,无任何多余空格和空行 它的通项公式为 前几项为 : 1, 2, 5, 14, 42, 132, 429,
longbeige
- 计算方法课程设计,龙贝格算法源代码,希望对大家有用-Calculation methods course design, the dragon berger algorithm the source code, and the hope of the useful
main
- 本程序,利用c语言实现了二叉树的建立,多种遍历,叶子的计算以及树深的计算!程序全部通过调试!-This program using c language to achieve the establishment of a binary tree, a variety of traversal, the calculation of the leaves and tree depth calculation. All the procedures through the debugger!
insertSort.cpp.tar
- 这是一个直接插入排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a direct insertion sort algorithm source code, algorithms are written as a separate function, we hope to be useful
movietag
- 把excel表中的文字出现的频率转化成一个数值矩阵-The frequency of the words in the excel table into a numerical matrix
BSTree
- 二叉排序树。 键盘输入一句话,按字母顺序排序,然后中序输出-Binary search tree. Keyboard input word, sorted alphabetically, and then the output sequence
tree
- 以广义表的形式输入一个树,创建该树,并且中序遍历输出-The generalized form of a table to enter a tree, the tree is created, and the output preorder