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

搜索资源列表

  1. create_a_binary_by_myself

    0下载:
  2. 由于自己需要,上网搜建造平衡二叉树的程序结果都不满意,所以自己写了一个一边输入一边创建平衡二叉树的程序,用起来比较方便。-As my needs, I searched Internet program built on balanced binary tree but not satisfied , so I write a program when input ,while create a balanced binary tree, using them will be more conv
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1558
    • 提供者:jackie xiao
  1. OS-Practice

    0下载:
  2. 采取可变式分区管理,利用平衡二叉树(AVL树)管理已分配给进程的内存区,利用首次适应法管理。-Variable regional management to the use of balanced binary tree (AVL tree) management has been allocated to the process of memory area, using first-fit method management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3751
    • 提供者:lulu
  1. Balancedbinarytreesearch

    0下载:
  2. 用C++语言实现对输入的二叉树的检索,对不平衡二叉树进行调整-C++ language with the input of the binary tree search, and adjust the unbalanced binary tree
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3129
    • 提供者:李瑞典
  1. Balancedbinarytree

    0下载:
  2. 一 需求分析 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-Balanced binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:77005
    • 提供者:何振光
  1. 03062029

    0下载:
  2. 平衡二叉树代码实现、演示。运行结果正确。分享之-binary—tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:123610
    • 提供者:muyu
  1. Splay

    0下载:
  2. Splay Tree,伸展树,一种实现简单的平衡二叉树,增删改查的时间复杂度均为O(logN)-Splay Tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:652859
    • 提供者:liuyulei
  1. AVLTree

    0下载:
  2. 平衡二叉树。高效的搜索算法。生成深度最小的二叉搜索树。在大量数据中最快实现搜索。-Balanced binary tree. Efficient search algorithm. Generated the smallest depth binary search tree. Large amounts of data to achieve the fastest in the search.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:16709
    • 提供者:lily
  1. TREE

    0下载:
  2. 树型结构是以分支关系定义的层次结构,它是一种重要的非线性结构。树型结构在客观世界中广泛存在。而平衡二叉树因其特性,它在查找时拥有比普通二叉树更高的效率,所以它拥有很广泛的应用。 关键词:二叉树,平衡二叉树,查找 -Tree branch relations are defined hierarchy, it is an important non-linear structure. Tree is widespread in the objective world. The balanc
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:345220
    • 提供者:M.T
  1. AVLtree

    0下载:
  2. AVL标准平衡二叉树的模板,运用三种顺序搜索方法构建-Standard AVL balanced binary tree template, constructed using three kinds of sequence search method
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:590451
    • 提供者:ethan
  1. pw

    0下载:
  2. 管理系统 平衡二叉树实现 包括创建查找遍历插入删除等多项功能-Management System
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3569
    • 提供者:sss
  1. AVLdongtaichazhaobiao

    0下载:
  2. 数据结构设计性实验,用平衡二叉树实现的动态查找表,很有用的哦~!站长加点分啦~!-Data structure design of experiments, using balanced binary tree implementation of dynamic look-up table, useful Oh ~! Webmaster add some points 啦 ~! Thank you
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4059
    • 提供者:figo yip
  1. tree

    0下载:
  2. 二叉树排序,平衡二叉树判断,互换二叉树的左右子树。二叉树的三种便利排序非递归算法-tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3514181
    • 提供者:yangwenting
  1. avltree

    0下载:
  2. 平衡二叉树C++模板类 平衡二叉树C++模板类 平衡二叉树C++模板类-AVLTree C++ class template
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5113
    • 提供者:刘海龙
  1. binary_tree

    0下载:
  2. 根据Kurse版数据结构书改成的电子版课件。此章包括二叉树的概念,结构,遍历,线索二叉树,二叉搜索树,平衡二叉树,splay树-According to the data structure Kurse version of the book into electronic version of the courseware. This chapter includes the concept of binary tree structure, traversal, threaded binar
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:579633
    • 提供者:黄蔼婧
  1. banlanced_binary_tree

    0下载:
  2. 平衡二叉树 的实现算法 数据结构 c++ 严蔚敏-Balanced binary tree data structure to achieve algorithm c++ Yan Wei Min
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:890352
    • 提供者:流水有声
  1. AVLTree

    0下载:
  2. 平衡二叉树的实现代码,用的模板类 有两个文件,一个头文件和一个源文件-AVL tree,template class
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1294
    • 提供者:xk
  1. a

    0下载:
  2. 平衡二叉树,实现平衡二叉树的有关操作,哈工大数据结构实验-balanced binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1685
    • 提供者:windy
  1. AVLTree

    0下载:
  2. AVL树, 数据结构课设 平衡二叉树 计算机科学与技术-AVL TREE
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4111
    • 提供者:sdm
  1. BalancedTree

    0下载:
  2. 平衡二叉树的建立和遍历。用C++实现的代码。-Balanced binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1133
    • 提供者:Steven
  1. shu

    0下载:
  2. 生成树病并出它的前序、中序、后序遍历 在判断平衡二叉树-Spanning tree disease and a pre-order it, in order, after traversing a binary tree in determining the balance
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1175
    • 提供者:tld
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com