资源列表
HuffmanTree
- 函数生成Huffman树,根据用户输入的结点数,生成Huffman树-Function generates Huffman trees, nodes based on the user s input to generate Huffman trees
BinarySearchTree
- 二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, binary search tree to find a si
varioussort-(1)
- C语言实现的各种排序算法,插入,冒泡,选择,快速,归并,希尔,堆排序-
erchashu
- 验证二叉树的二叉链表表示,实现CreateBiTree算法创建二叉树,实现二叉树的层次遍历算法,实现二叉树的先序、中序、后序递归遍历算法中的一种,编写主程序调用CreateBiTree创建二叉树,并调用二叉树的层次遍历、先(中、后)序遍历算法,测试不同的输入数据创建二叉树,预期输出并验证输出的结果。 -The binary list validation binary tree the preorder achieve CreateBiTree algorithms to create a
juzhenzhuanzhi
- 一个实现矩阵转置的C和C++源代码,自己以前学数据结构时做的-achieve a matrix transpose the C and C + + source code, his past data structure to do
guihua
- 动态规划算法,java源代码。里面有多段图的算法等,大家一起学习共同进步啊-Dynamic programming algorithm, java source code. Inside how the algorithm above chart we can work together to learn the common progress of ah
expresion
- 这个程序是数据结构课程中必学的内容,实现任何表达式的计算-This program is a data structure course will learn the content of any expression calculated to achieve
sort
- vc的几种内部排序,供刚开始学习VC入门的人士进行学习。-vc several internal sequencing, the beginning of learning for those who started learning VC.
sanyuanzu
- 数据结构中稀疏矩阵的存储方式——三元组,以及两个稀疏矩阵的相加及对应的三元组表示方式
expression
- C编写的利用栈实现表达式计算。其中记录入栈出栈的次数。-Written in C using the stack to achieve expression evaluation. Which records the number of stack stack.
Desktop
- 顺序表中的删除顺序表某区间元素的源代码文件-Source code files to remove a range of elements in the sequence table in the sequence table
paixu
- 数据结构中各种排序算法的比较,算法还是比较明白清晰的-Data structures in a variety of sorting algorithms
