搜索资源列表
树跟二叉树
- 本程序是实现二叉树跟树的常用算法,都是尽量用非递归来编写的。关于二叉树的都可以从键盘动态输入,关于树的就不可以,原因是树的结构问题,在程序中,树的建立用到动态左孩子/右孩子建立-this program is a binary tree with the tree is commonly used algorithm, as possible, to use non - recursive prepared. On the binary tree can be dynamic input fro
Leasen图的建立和DFS&BFS算法
- 数据结构中关于DFS和BFS的练习,较简单的实现了二叉树的DFS和BFS搜索-data structure of DFS and BFS practice, the realization of a simple binary tree search DFS and the BFS
pingheng.rar
- 一个vc++环境下的数据结构的课程设计报告源代码,关于非平衡二叉树转平衡二叉树的实现,A vc++ environment data structure of the curriculum design report of the source code, about the non-balanced binary tree balanced binary tree to realize the
finace-binary-tree
- 用MATLAB实现金融数学中,关于期权二叉树的算法,非常经典,是我大三时,帮大四的师兄写的-Using MATLAB to achieve financial mathematics, the binary tree algorithm on the options, very classic, is my third time to help write a senior senior
CSTreeExample
- 所有关于二叉树的算法实现,适合学习算法和数据结构的人使用-All of the binary tree algorithm for learning algorithms and data structures used
temp
- 关于二叉树排序及线性链表的实现及各种操作,仅是面试的一个资料-On the binary sort tree and linear list implementation and all kinds of operations, is only an information interview
shu
- 数据结构关于树的一系列例子,包括树的各种算法,二叉树的实现-Tree data structure on a series of examples, including the tree, the various algorithms, binary tree implementation
huffmantree
- 数据结构与算法,关于哈弗曼树的C++语言实现,其中涉及二叉树和优先队列的相关知识-a piece of code about HuffmanTree ,use the C++ language, and also include some knowledge of binarytree and prior tree.
LinkedQueue
- 数据结构算法中的关于二叉树的一些实验,该小程序主要实现了一个二叉树的前序,中序和后序表达式,同时还可以输入前序和中序来输出后序的内容。-Data structure binary tree algorithm on a number of experiments, the applet implements a binary tree of the main sequence before, in order and the order of expression, but also can e
BinaryTree
- 是关于实现二叉树的基本操作,主要包括有前缀遍历,中序遍历,后序遍历,层次遍历,输入。输入等基本操作。-On the realization of the basic binary operations, including a prefix traversal, in-order traversal, postorder traversal, traverse the level, type. Input, etc. Basic operations.
data_structure
- 这些程序是关于数据结构的一些基本算法实现,也包括一些基本结构的定义,如二叉树等-The program is about the structure of the data structure of some of the basic algorithm, including some basic structure of the definition, such as binary tree and so on
erchashu
- 一个数据结构的关于 二叉排序树的 实现的c语言源代码-A data structure on the binary sort tree implementation of the c language source code
biTree_PetManage
- 关于二叉树的示例程序。包括二叉树的接口及其实现,测试程序等。经过CFree编译、验证成功。包含工程文件。-About binary sample program. Including binary interface and its implementation, testing procedures. After CFree compilation, verification was successful. Including engineering documents.
DataStruct
- 关于数据结构中排序二叉树及堆栈的实现及其具体实例。-Realization of Sorting Binary Tree and Stack in Data Structure and Its Concrete Example.
binarySearchTree
- 这是基于C++语言的关于二叉查找树的删除、插入、查找的功能实现(Delete, insert, find of the binary tree)