搜索资源列表
按层二叉树遍历
- 按层二叉树遍历的一个小的java程序 dasfhdakdkjadjakdasds-level binary tree traversal by a small java programs dasfhdakdkjadjakdasds
二叉树遍历
- 二叉树遍历的算法程序-binary tree traversal algorithm procedures
二叉树遍历(递归版)
- 二叉树遍历(递归版).-binary tree traversal (recursive version).
线索化二叉树遍历算法
- 本程序的主要功能在于先序输入一个二叉树,用三种递归,三种非递归进行遍历,并进行中序线索化以及其遍历,后进行中序去线索化,再进行后序线索化以及其遍历,最后后序去线索花进行中序遍历.程序的基本目的是了解二叉树的基本操作.
二叉树遍历算法
- 二叉树遍历算法,建立二叉树,遍历。输出遍历结果
树的遍历操作
- 主要用MFC实现树的递归前序,中序,后序遍历,中序非递归遍历
二叉树遍历
- 二叉树遍历的算法程序-binary tree traversal algorithm procedures
树(非二叉树)的建立与后序遍历
- 树(非二叉树)的建立与后序遍历-tree (non-binary tree) and the establishment after preorder
树遍历
- 有关树的遍历问题-the tree traversal issue
遍历二叉树
- 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
遍历文件夹并建成目录树00
- 遍历文件夹并建成目录树__遍历文件夹并建成目录树-traverse file folders and create directory tree
二叉树的创建及先序、中序、后序遍历
- 实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder
按层二叉树遍历
- 按层二叉树遍历的一个小的java程序 dasfhdakdkjadjakdasds-level binary tree traversal by a small java programs dasfhdakdkjadjakdasds
各种二叉树的数据结构
- 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal
二叉树的各种遍历操作(非)递归
- 数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.
二叉树遍历
- 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. T
二叉树遍历
- 简单的二叉树遍历,中序遍历,后序遍历,前序遍历(Simple two tree traversal)
二叉树遍历
- 实现二叉树的前序,后序遍历 实现树的前序,后序遍历(The realization of the two fork tree, after the traversal Preorder tree traversal implementation.)
二叉树的四种遍历方式与层序创建
- 本例程实现对于二叉树的四种遍历方式,先序,中序,后序,层序四种遍历(This routine implements four traversing methods for two forked trees, the first order, the middle order, the rear order and the sequence of four ergodicity.)
二叉树遍历操作
- 本代码采用c/c++语言,描述了二叉树的先中后序遍历及深度(This code uses c/c++ language to describe the first and middle traversal traversal and depth of two binary tree.)