资源列表
链式的线性表操作
- 线性表的构建,删除,插入,遍历,主要有线性跟链式的线性表-Linear table, delete, insert, traverse linear with chain linear table
前序遍历中序遍历创建二叉树
- 前序遍历中序遍历创建二叉树详细说明,含C++代码
select-sort
- 数据结构排序算法之选择排序法,此算法用C++编程语言书写 特别适合初学数据结构的人学习。-Selection Sort sorting algorithm data structure, this algorithm using C++ written in a programming language particularly suitable for beginner data structure of human learning
BiTree
- 数据结构二叉树,用先序,中序和后序遍历二叉树-Binary tree data structure, binary tree traversal preorder, inorder, and postorder
GeneticalgorithmVCsorce
- 遗传算法,想了解该算法的入门者可以看看。-Genetic algorithms, and want to understand the algorithm beginners can look.
HuffmanTree
- 哈夫曼树,简单地实现实现,各位稍微看看看吧!-Implement of the HuffmanTree
3-2-6
- 该程序用于表达式求值,运用栈的一些基本操作,出栈,入栈,取栈顶元素等-For expression evaluation of the program, the use of some of the basic operations of the stack, the stack, the stack, to take the top element
LinkSearch
- 将数组a[]中元素建为长度为n的单链表、单链表遍历的编程。-The array a [] elements built length n of single linked list, singly linked list traversal programming.
bisorttree
- 构造一棵数据值为a[n]的二叉排序树、释放二叉排序树中所有结点、获取指向根结点的指针。-Binary sort tree structure a data value of a [n], the release of all the nodes in the binary sort tree to get a pointer to the root node.
graph
- 图的初始化、输出图中所有顶点的数据信息、输出图中顶点i的数据信息、在图中num位置插入一个顶点name-The initialization of the figure, the output diagram of the data information for all vertices, vertex i of the data information in the output diagram in FIG num position inserting a vertex name
StackCalculate
- 实现用栈实现四则运算。包含栈的基本文件。-The stack four operations. File contains basic stack.
ha
- 多项式求和 链表的应用,哈工大第一次数据结构实验-Polynomial summation linked list application, HIT data structure first experiment
