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

搜索资源列表

  1. ImpleOfDataStruct

    1下载:
  2. 数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Binary Tree Search (elements wil
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 这是一个非常经典的二叉平衡树,希望大家能够喜欢-This is a very classic balance of the two forks tree and I hope we can like
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2957
    • 提供者:yiyi
  1. genBST

    1下载:
  2. 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth - first traversal, the former
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16419
    • 提供者:雷剑
  1. pinghengerchashu

    0下载:
  2. 基本思想是在构造二叉检索树的过程中,当插入一个接点后都去检查是否由于该接点的插入而破坏了二叉检索树的平衡性;若出现绝对值超过1的平衡因子,则需要在保持二叉检索树特性的前提下通过调整使之达到新的平衡。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1520
    • 提供者:chenweihuan
  1. lqm_C_Friend_AndAppend

    0下载:
  2. C语言 二叉平衡排序树,10字段联系人信息管理。(与上个相同,只是另附加了掩信息程序)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:65987
    • 提供者:刘QM
  1. lqm_C_BackupMySQL

    0下载:
  2. C语言,备份MySQL。与我之前写的二叉平衡排序树程序的数据,以及 MySQL 语言兼容
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15598
    • 提供者:刘QM
  1. bin_tree_demo

    0下载:
  2. 二叉平衡树算法,包括二叉平衡树的数据结构定义、创建、插入、查找、删除、释放内存等方法。-two forks balanced tree algorithms, including two forks balance tree data structure definition, create, insert, search, delete, release methods such as memory.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:20425
    • 提供者:何智峰
  1. Binary_balance_sorttree

    2下载:
  2. 7、二叉平衡排序树 问题描述:创建二叉平衡排序树 基本要求: 1、 输入数据的数量不得低于15个 2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式) 3、 完成任意数据的查找(要求给出查找执行的次数) -7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of basic requirements: 1, the nu
  3. 所属分类:Console

    • 发布日期:2017-01-06
    • 文件大小:914432
    • 提供者:牛小龙
  1. AvlTree

    0下载:
  2. 平衡树:AVL树的是一种平衡的二叉搜索树。每次插入,删除的时候需要一个局部的平衡化操作-Balanced tree: AVL tree is a balanced binary search tree. Each insertion, deletion, when the need for a balance of local operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:196908
    • 提供者:沐夕
  1. AVL

    0下载:
  2. 详细介绍AVL树(平衡的二叉排序树),深入学习数据结构的好材料。-Details AVL tree (balanced binary sort tree), in-depth study of data structures good material.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:52980
    • 提供者:victor
  1. avltr

    0下载:
  2. 二叉平衡树的C语言实现.数据结构中树的应用.自己编写的程序,做练习只用.供大家参考.-A balanced binary tree, C language. In a tree data structure applications. I have written a program to do the exercises only. For your reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:238507
    • 提供者:water
  1. haxibiao

    0下载:
  2. 附有实验报告。。1、查找的基本概念和查找的几种方法以及求查找的平均查找长度。 2、静态查找表(基于线性表的查找法)。顺序查找、二分查找和分块查找。 3、动态查找表(基于树的查找法)。二叉排序树、二叉平衡树、 B_ 树和B+ 树。 -1, find the basic concepts and find several methods, as well as seeking to find the average search length. 2, static lookup tabl
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:249816
    • 提供者:jingjing
  1. a

    0下载:
  2. C语言实现二叉平衡树的运算算法 二叉平衡树的运算算法-C language to achieve a balanced binary tree algorithm for computing A balanced binary tree algorithm for computing
  3. 所属分类:Data structs

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

    1下载:
  2. 用二叉链表作存储结构 (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果; (3)输入元素x,查找二叉排序树T:若存在含x的结点,则删除该 结点,并作中序遍历(执行操作2);否则输出相关信息; (4)分别计算T、BT的查找成功的平均查找长度,输出结果; -List for storage with the two fork structures (a) to carriage re
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:450406
    • 提供者:肖胜鹏
  1. tree

    0下载:
  2. 二叉平衡树的代码,数据结构课程设计用的。-Balanced binary tree code, data structures, curriculum design purposes.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:22837
    • 提供者:jaron
  1. tree

    0下载:
  2. 二叉平衡树的建立及操作 很全,欢迎指正批评-Balanced binary tree establishment and operation of a very wide
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3751
    • 提供者:lucas
  1. ccc

    0下载:
  2. 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 试编写程序实现这三个删除方法,并用实例说明哪一个方法最易于达到平衡化。 -In the bin
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:7594
    • 提供者:冯灿灿
  1. kl-zip

    0下载:
  2. (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果;-(1) a carriage return (' \ n' ) for the input end of the symbol, enter the series L, respectively, generate a binary sort tree T and balanced binary sort tree BT (2) of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1263
    • 提供者:丁叮
  1. ADT_DSTable_BSTaAVL

    0下载:
  2. 抽象数据类型(ADT)实验之动态查找表: 二叉排序树与二叉平衡树两种存储结构-ADT of Dynamic Search Table. There are two types: 1.Binary Sort Tree 2.AVL Tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1114612
    • 提供者:Chris
  1. AVL

    0下载:
  2. AVL树是最先发明的自平衡二叉查找树。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。增加和删除可能需要通过一次或多次树旋转来重新平衡这个树。-AVL tree code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2783
    • 提供者:李振
« 1 2 ... 10 11 12 13 14 1516 17 »
搜珍网 www.dssz.com