Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Binary Tree
Search - Binary Tree - List
DL : 0
平衡二叉树,又称为AVL树,是1962年由Adelsonr Velskii 和Landis 提出并以他们的名字命名的,它是具有如下性质的二叉树:-balanced binary tree, also known as AVL tree, yes in 1962 by Adelsonr Velskii and Landis made and named after them , it is the nature of the binary tree is as follows :
Date : 2025-12-19 Size : 171kb User : 王彬

DL : 0
使用二叉树的常见功能,在图形界面上画出二叉树的结构-The common use of binary tree functions in a graphical interface on the structure of painted tree
Date : 2025-12-19 Size : 558kb User : 陈国富

DL : 0
Build search Binary tree
Date : 2025-12-19 Size : 126kb User : trungnguyen

DL : 0
对二叉搜索树的C#实现,有增,搜,删的功能-Binary search tree of the C# to achieve, there are increasing found, delete function
Date : 2025-12-19 Size : 2kb User : 李宇鹏

DL : 0
C#常用的算法资料,另外,里面还包含C#基本的数据结构和一些常用的类的使用,冒泡法,二叉树等等常用的结构。-Algorithm commonly used in C# information, the other, which also includes C# basic data structure and a number of commonly used type of use, bubble method, commonly used binary tree structure and so on.
Date : 2025-12-19 Size : 39kb User : Grove.Chu

DL : 0
平衡二叉树:插入结点 在平衡二叉排序树BBST上插入一个新数据元素e 删除结点 删除结点过程与插入结点的操作类似,基本过程是:平衡二叉树,找到要删除的结点,删除一个结点,变成二叉树,旋转,变回平衡二叉树。 查找 把给定值与根结点作比较,若给定值大于根结点则查找其右子树,小于则查找其左子树,如此类推。 -Insertion node in the balanced binary sort tree BBST insert a new data element e removed nodes removed node insertion process and the operation of similar nodes, the basic process is: a balanced binary tree, find the node you want to delete, delete a nodes, into a binary tree, rotation, turned back into a balanced binary tree. Find the given value to compare with the root node, if the value is greater than a given root node to find its right subtree is less than the search for its left subtree, and so on.
Date : 2025-12-19 Size : 42kb User : youyu

DL : 0
Example of implementation of 2-3 tree binary tree. This is code available for freely distribution
Date : 2025-12-19 Size : 1kb User : and

建立了一个二叉树,写出二叉树的结点,然后用前序历遍、中序历遍、后序历遍来访问了整棵二叉树。-A binary tree, write a binary tree node, and then use the pre-order the calendar over the calendar times in sequence, after the sequence to access the calendar over the whole grain binary tree.
Date : 2025-12-19 Size : 1kb User : 徐茂威

DL : 0
用c语言进行简单的二叉树复制,但是实用性不大-C language simple binary tree replication
Date : 2025-12-19 Size : 1kb User : 唐亦风

二叉树遍历,简历二叉树实现先序遍历,中序遍历,后序遍历。-Traversing Binary Tree
Date : 2025-12-19 Size : 12kb User : mashasha

这是一个简单的关于求二叉树的深度的小程序。-This is a simple program about binary tree depth.
Date : 2025-12-19 Size : 1kb User : 首晨

1、输入“扩展先序遍历序列” 创建二叉链表并中序遍历输出之 2、求树高 -1, enter " extended the first traversal sequence" create binary list inorder traversal output of 2, find a tree height
Date : 2025-12-19 Size : 5kb User : YHL

DL : 0
红黑树 二叉树 性能比较分析 红黑树 二叉树-Red-black tree binary tree performance analysis,
Date : 2025-12-19 Size : 2.14mb User : alan

关于二叉树的一些基本操作:创建、遍历、结点数、高度、交换左右孩子、等等。-Some basic operations on binary tree: Create, traverse, nodes, height, exchange or so kids, and so on.
Date : 2025-12-19 Size : 257kb User : 胡孝磊

能够对二叉树进行先序、中序和后序遍历,并能在极限值下运行-Can two binary tree preorder, inorder and postorder traversal, and can run in the ultimate value.
Date : 2025-12-19 Size : 216kb User : 李世成

DL : 0
判断两个序列是否为一个二叉树序列,如果序列相同则输出YES,否则输出NO-Determine whether two sequences as a sequence of binary tree, YES, if the same sequence output or output NO
Date : 2025-12-19 Size : 16kb User : 闫利那

二叉树构建及遍历方式,深度宽度,叶子节点,顶点数,等各种计算-Binary Tree Construction and traversal, depth width, leaf node, the number of vertices, and other computing
Date : 2025-12-19 Size : 2kb User : 叶良辰

Binary search trees (BST), sometimes called ordered or sorted binary trees, are a particular type of containers: data structures that store items (such as numbers, names etc.) in memory.-Binary search trees (BST), sometimes called ordered or sorted binary trees, are a particular type of containers: data structures that store items (such as numbers, names etc.) in memory.
Date : 2025-12-19 Size : 2kb User : Linh Nguyen

实现了二叉查找树的各种操作:插入结点、构造二叉树、删除结点、查找、 查找最大值、查找最小值、查找指定结点的前驱和后继-Achieve a binary search tree of various operations: Insert node binary tree structure, delete nodes, find, find maximum, find minimum, look for the specified node predecessor and successor
Date : 2025-12-19 Size : 4.37mb User : scarlett

输入先序数列和中序数列得出后序数列并打印二叉树-Enter the order of precedence and the order of the sequence of the order of the second series and print binary tree
Date : 2025-12-19 Size : 2kb User :
« 12 3 4 5 6 7 8 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.