CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 平衡二叉树

搜索资源列表

  1. BST BBT

    0下载:
  2. 数 据 结 构 大型 作业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分析对比未平衡化的二叉排序树和平衡的二叉排序树的查
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4030
    • 提供者:洪玲叶
  1. avl_tree

    0下载:
  2. 1.本程序由本人采用vc++ 6.0编写,包括了排序平衡二叉树的整套算法(包括插入、删除、查找以及其测试算法)。 2.运行myavl_vc.exe输入树的初始结点个数,确定后本程序将在内存中生成一棵相应结点数的二叉树,在此基础上你可以进行各种操作(插入、删除、查找以及测试其平衡性、排序性等) 3.每一个结点信息包括\"商品编码\"、\"商品名称\",且以\"商品编码\"作为关键字 4.初始生成的树的结点的商品编码为从1按顺序递增,商品名称为\"生成的商品\"加上商品编码 5.程序中的随
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17097
    • 提供者:avltree
  1. BTrees

    0下载:
  2. 这个项目简洁、通俗地解释了有关平衡二叉树的问题。也提供了源代码和一个供演示的通用类。描述/提供了如何平衡二叉树的功能。-the project concise and simple explanation of the balanced binary tree problem. Also provided source code and a demonstration for the general category. Descr iption / how to provide balanced
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8520
    • 提供者:倪玲
  1. AVL树实现

    0下载:
  2. 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlNode *right; int32_t height;
  3. 所属分类:其它

    • 发布日期:2010-04-03
    • 文件大小:24543
    • 提供者:doitfreely
  1. pingheng.rar

    0下载:
  2. 一个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
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3214
    • 提供者:林思哲
  1. suanfa.rar

    0下载:
  2. 包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,,Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the mi
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-01
    • 文件大小:2913
    • 提供者:张文
  1. Avl_tree.zip

    0下载:
  2. 平衡二叉树的插入 删除和查找 分裂 合并等操作,it s hard to say
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:19255
    • 提供者:豆豆
  1. BPlusTree

    0下载:
  2. 基于JAVA的B+树数据结构,B+树是改进的平衡二叉树,查询效率更高。-JAVA-based B+-tree data structure, B+ tree is an improved balanced binary tree, the query more efficient.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:7039
    • 提供者:huxuan
  1. data_structure

    0下载:
  2. 数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等-Data structure the most frequently used, including the list, double linked lists, binary tree, balanced binary tree, hash table, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:16523
    • 提供者:金灵
  1. 3104006424

    0下载:
  2. 数据结构课程设计报告————平衡二叉树操作的演示-sahdfkahfjk
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:126399
    • 提供者:张宏
  1. avlTree

    0下载:
  2. 平衡二叉树的高效率实现,可用于一般的数据查找,检索,效率非常高!-Balanced binary tree to achieve high efficiency, can be used for general data search, retrieval, efficiency is very high!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:5044
    • 提供者:amy chang
  1. daoyou

    0下载:
  2. 利用数据结构的平衡二叉树实现的简单的校园导游程序,可以实现导游功能-Use of the balanced binary tree data structure to achieve the simple procedures for the campus tour guides, tour guides can be achieved functional
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1756
    • 提供者:luoxi
  1. BT

    0下载:
  2. C++编写的数据结构平衡二叉树的生成与实现-C++ Prepared balanced binary tree data structure and implementation of the generation
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:104310
    • 提供者:张欣
  1. erchashu

    0下载:
  2. 课程设计题目: 对二叉排序树T作相关操作 (作中序遍历求平均查找长度删除结点及判断是否为平衡二叉树) -Course Design Title: on the binary sort tree T for related operations (for medium-traversal to find the length of the average for the deletion of nodes and determine whether to balance the tree)
  3. 所属分类:Education soft system

    • 发布日期:2017-03-22
    • 文件大小:22146
    • 提供者:xmg
  1. orderTree

    0下载:
  2. 1.编制构建二叉排序树的程序,并使用一组数据进行验证。 2.实现二叉排序树的查找算法,计算一组输入数据的查找长度。 3.编制构建平衡二叉树的程序,计算一组输入数据的查找长度 . 程序执行的命令包括: (1)输入构造二叉搜索树的文件名来构造二叉排序树 (2)输入要进行查找的文件名 (3)由计算机终端显示各个数据的查找长度和总的查找长度、平均查找长度 (4)结束 -1. Preparation of building a binary sort tree procedur
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:sanghy
  1. pinghengerchashu

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 - Balanced binary tree data structure is a very important concept. Its binary tree query optimization and improve efficiency has an important role, it is a dynamic search
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:王艳峰
  1. HeightBalancedTree

    0下载:
  2. 高度平衡二叉树,是Visual Studio 2005 环境下的源代码-height balanced tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:26053
    • 提供者:fengdeqixi
  1. avlIndex

    0下载:
  2. avl平衡二叉树和索引树的结合体!做成了一个头文件形式.用的时候要自己写个主函数调用-avl trees and a combination of the index tree!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4524
    • 提供者:幻怒尘
  1. avl_Tree

    0下载:
  2. 一个用C++实现的平衡二叉树算法,实现了高度、平衡度、父子节点等-A use of C++ to achieve a balanced binary tree algorithm, to achieve a high degree of balance, such as father and son nodes
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:578084
    • 提供者:liao
  1. BalanceTree

    0下载:
  2. 平衡二叉树操作的演示,利用平衡二叉树实现一个动态查找表。-Demonstration of a balanced binary tree operation, using a balanced binary tree to achieve a dynamic look-up table.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2603
    • 提供者:X-Prince
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com