Location:
Search - 平衡二叉树
Search list
Description: 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf for the balance factor to the depth h can be inserted delete calculated rotational frequency (wangliwei007 me, not Tim material on the whole good for this, please give me a 62-000, okay? I would also like to download something radical)
Platform: |
Size: 2659 |
Author: 王立伟 |
Hits:
Description: 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanced binary tree.
Platform: |
Size: 3243 |
Author: 罗明会 |
Hits:
Description: 二叉排序树和平衡二叉树计算程序。-binary sort tree and balanced binary tree program.
Platform: |
Size: 1599600 |
Author: 马健 |
Hits:
Description: VC二叉排序树和平衡二叉树计算程序-VC binary sort tree and balanced binary tree program
Platform: |
Size: 1599714 |
Author: 汪大伦 |
Hits:
Description: 数据结构常用算法设计 用C++实现二叉排序树与平衡二叉树-algorithm commonly used data structures designed to achieve two C-tree fork and balanced binary tree
Platform: |
Size: 1596984 |
Author: 孙锋志 |
Hits:
Description: 利用平衡二叉树实现一个动态查找表,实现动态查找表的三种基本功能:查找,插入和删除。
操作界面要给出查找、插入和删除三种操作做供选择。每种操作均要提示输入关键字。每次插入和删除一个节点后,应更新平衡二叉树的显示。该二叉树的显示采用凹入表形式。
Platform: |
Size: 301083 |
Author: jiuyan |
Hits:
Description: 平衡二叉树创建
c语言程序
Platform: |
Size: 40448 |
Author: sxccw2 |
Hits:
Description: 二叉排序树和平衡二叉树计算程序。-binary sort tree and balanced binary tree program.
Platform: |
Size: 1599488 |
Author: 马健 |
Hits:
Description: VC二叉排序树和平衡二叉树计算程序-VC binary sort tree and balanced binary tree program
Platform: |
Size: 1599488 |
Author: 汪大伦 |
Hits:
Description: 平衡二叉树操作的演示-balanced binary tree operation of the Demonstration
Platform: |
Size: 39936 |
Author: |
Hits:
Description: 数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结果。3.6分析对比未平衡化的二叉排序树和平衡的二叉排序树的查找效率(最好、最坏平均比较关键字数)-data structure large operations into a 3.1 L series, generating a binary tree Sort T; 3.2 pair of two fork-tree T for medium preorder, output results; 3.3 Ranking calculation Binary Tree Search T's average length of the output; 3. four judgment ordering two trees T fork whether balanced binary tree, the output message "OK!"/"NO!" ; again using the 3.5 series L, generate balanced binary tree sort BT, whenever insert a new element, found the current binary sort tree is not-BT Value of two binary sort tree, it will be immediately converted into the new balance of the two fork-tree BT; 3.6 Calculation balanced binary tree sort BT search length of the average output results. 3.6 Comparative Analysis of the outstanding balance of two fork-tree and balanced binary tree s
Platform: |
Size: 4096 |
Author: 洪玲叶 |
Hits:
Description: 这个项目简洁、通俗地解释了有关平衡二叉树的问题。也提供了源代码和一个供演示的通用类。描述/提供了如何平衡二叉树的功能。-the project concise and simple explanation of the balanced binary tree problem. Also provided source code and a demonstration for the general category. Description/how to provide balanced binary tree functions.
Platform: |
Size: 8192 |
Author: 倪玲 |
Hits:
Description: 数据结构常用算法设计 用C++实现二叉排序树与平衡二叉树-algorithm commonly used data structures designed to achieve two C-tree fork and balanced binary tree
Platform: |
Size: 5193728 |
Author: 孙锋志 |
Hits:
Description: 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf for the balance factor to the depth h can be inserted delete calculated rotational frequency (wangliwei007 me, not Tim material on the whole good for this, please give me a 62-000, okay? I would also like to download something radical)
Platform: |
Size: 2048 |
Author: 王立伟 |
Hits:
Description: 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanced binary tree.
Platform: |
Size: 3072 |
Author: 罗明会 |
Hits:
Description: 输入字符,建立平衡二叉树,再输出字符,中序,抛砖引玉-input characters, the establishment of balanced binary tree, and the output of characters, sequence, something
Platform: |
Size: 1024 |
Author: 雷阵雨 |
Hits:
Description: 数据结构设计--平衡二叉树的实现,完整实现二叉树算法-data structure design-- achieving a balanced binary tree, to achieve complete binary tree algorithm
Platform: |
Size: 248832 |
Author: 小枫 |
Hits:
Description: 二叉树的ADT、搜索树的ADT、平衡二叉树的ADT。AVL树包含了AVL的建立、查找、删除操作。全部使用类模板,方便调用(ADT for binary tree, ADT for search tree, ADT for balanced binary tree. AVL tree contains the establishment of AVL, find, delete operation. All use of class templates, easy to call)
Platform: |
Size: 5974016 |
Author: 启明jun
|
Hits:
Description: 查找算法,平衡二叉树,大话数据结构里面的。(Lookup algorithm, balance two forked tree, big talk data structure inside.)
Platform: |
Size: 1024 |
Author: kingtree
|
Hits:
Description: 本算法实现了平衡二叉树的C++应用,包括平衡二叉树的增删改查。(This algorithm implements the balanced two fork tree C++ application, including balancing two tree tree's additions and deletions.)
Platform: |
Size: 5150720 |
Author: Tume |
Hits:
« 12
3
4
5
6
7
8
9
10
...
19
»