Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Binary Tree
Search - Binary Tree - List
这是一个二叉树排序算法的VC++6.0实现的动态连接库-This is a binary tree algorithm VC 6.0 Dynamic Link Library
Date : 2008-10-13 Size : 396.1kb User : 张华

二叉树的练习,先序输入,先序,中序,后序输出-binary tree exercises, first order input, first sequence, the sequence after sequence output
Date : 2008-10-13 Size : 1.18kb User : l_Wming

DL : 0
这是一个利用扩展先序二叉树建立二叉树,并采用先序,中序,后序进行遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and a first sequence, sequence, After traversal sequence for the algorithm!
Date : 2008-10-13 Size : 838byte User : 刘六龙

DL : 0
这是一个利用扩展先序二叉树建立二叉树,且利用非递归算法进行中序遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and the use of non - recursive algorithm which preorder algorithm!
Date : 2008-10-13 Size : 1.38kb User : 刘六龙

是其中之五,两分树-is Five, two points tree
Date : 2025-12-18 Size : 7kb User : weng

这是一个二叉树排序算法的VC++6.0实现的动态连接库-This is a binary tree algorithm VC 6.0 Dynamic Link Library
Date : 2025-12-18 Size : 396kb User : 张华

DL : 0
这是一个利用扩展先序二叉树建立二叉树,并采用先序,中序,后序进行遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and a first sequence, sequence, After traversal sequence for the algorithm!
Date : 2025-12-18 Size : 1kb User : 刘六龙

DL : 0
这是一个利用扩展先序二叉树建立二叉树,且利用非递归算法进行中序遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and the use of non- recursive algorithm which preorder algorithm!
Date : 2025-12-18 Size : 1kb User : 刘六龙

左右二叉树交换,又是一格课设题目-About the exchange of binary tree is also located one grid lesson topic
Date : 2025-12-18 Size : 132kb User : lihe

DL : 0
创建二元二叉树,输出二叉排序树,在二叉排序树中查找相关结点,递归查找.-Create binary tree, output binary sort tree,search relevant nodes in the binary sort tree.
Date : 2025-12-18 Size : 2kb User : 陆言

二叉树的创建,二叉树中结点的查找,测二叉树的深度宽度,输出二叉树的叶子结点-Binary tree creating, search binary tree node , the binary tree s depth and width, output binary tree leaf nodes
Date : 2025-12-18 Size : 2kb User : 陆言

建立一个二叉树,并实现添加,删除节点,周游二叉树的功能。-Binary tree travel around
Date : 2025-12-18 Size : 1.18mb User : Brant

二叉排序树:又称二叉查找树。 它或者是一棵空树;或者是具有下列性质的二叉树: (1)若左子树不空,则左子树上所有结点的值均小于它的根结点的值; (2)若右子树不空,则右子树上所有结点的值均大于它的根结点的值; (3)左、右子树也分别为二叉排序树;-Binary sort tree: also known as binary search tree. Or an empty tree or a binary tree with the following properties: (1) If the left subtree is not empty, then the value of all the nodes of the left subtree are less than the value of its root (2) If the right subtree is not empty, then the right sub-tree node values ​ ​ are greater than the value of its root (3) left and right subtree respectively, binary sort tree
Date : 2025-12-18 Size : 1kb User : 叶幸

数据结构中树的遍历及其线索化的显示,与严蔚敏一书中的例子几乎一致。-Data structure in the tree traversal clues display almost identical, and Yan Wei Min book example.
Date : 2025-12-18 Size : 2kb User : 李亚运

二叉树的建立 中序遍历二叉树 把二叉树转换成双向链表-Binary tree in the establishment of traversing Binary conversion to binary tree into a doubly linked list
Date : 2025-12-18 Size : 833kb User : chen yunfei

本实例实现了二叉树相关的一系列算法,包括建立二叉树、二叉树的前序、中序和后序遍历、统计数的结点数和叶子结点数。-The examples of the binary tree algorithm, including the establishment of a binary tree, binary tree preorder, inorder, and postorder traversal, statistical number of nodes and leaf nodes.
Date : 2025-12-18 Size : 1kb User : hxk

实现二叉树的常用操作算法:包括二叉树的建立、遍历、求高度、线索化等操作-Binary tree algorithm to achieve common actions include: the establishment of tree, traversal, seeking height, threaded and other operations
Date : 2025-12-18 Size : 9kb User : lilu

用二叉链表存储二叉树,用“扩张先序遍历序列”创建二叉链表,对二叉树进行前、中、后序的遍历以及层次遍历,输出度为0、1、2的节点及节点数,线索化二叉树,根据线索化的二叉树查找二叉树中任意节点的前驱、后继,通过线索二叉树进行二叉树节点的删除、插入,以及按树状打印二叉树。-Used to store binary tree binary tree, use the " expansion preorder sequence" to create the binary tree, the front of the binary tree, in traversing and traverse the level, the output of the sequence of the nodes and nodes 0,1,2 clues binary tree, binary tree to find clues of any node in binary precursor, successor, delete the binary tree node through clues tree, insert, and printed by the binary tree.
Date : 2025-12-18 Size : 6kb User : 余啸坤

用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Written in Java binary tree data structure, including the value of each node of a binary tree, and each sub-tree pointer.
Date : 2025-12-18 Size : 1kb User : george

DL : 0
二叉树,二叉树的实现插入删除以及增加数,是数据结构必修的一类代码 -The realization of binary tree, binary tree insert increasing number, deleting, and is a compulsory class of data structure code
Date : 2025-12-18 Size : 4.2mb User : 柯锋
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.