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

搜索资源列表

  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. BiTreeApp

    0下载:
  2. 原创:C#实现数据结构的测试最小堆、测试二叉搜索树、测试Huffman编码-C# BiTreeApp MinHeap BinSearchTree HuffmanTree
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:8818
    • 提供者:lwj
  1. rbtree

    0下载:
  2. 实现红黑树的相关算法,红黑树、二叉搜索树的实现和性能比较-Red-black tree, binary search tree implementation and performance comparison
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:12321
    • 提供者:shitou
  1. tree

    0下载:
  2. 二叉搜索树,数据结构中必会知识点,经常出作业-Binary search tree data structure must be knowledge points, often out of work. .
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:398301
    • 提供者:123
  1. BST

    0下载:
  2. 二叉搜索树的一个典型事例,能够处理很多二叉排序树的问题-Binary search tree, a typical example, can handle many issues Binary Sort Tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1499
    • 提供者:liufeng
  1. BinarySearchTree

    0下载:
  2. 二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, binary search tree to find a si
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1570
    • 提供者:qinxiaoyu
  1. Binarysearchtrees

    0下载:
  2. 二叉搜索树操作 学习数据结构很好的例子 有很全的注释-Binary search tree data structure operation good example to learn a very full notes
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1521
    • 提供者:mailan7749
  1. Phoneboook

    0下载:
  2. 在很多实际应用中,动态索引结构在文件创建或初始装入记录时生成,在系统运行过程中插入或删除记录时,为了保持较好的检索性能,索引结构本身将随之发生改变。本程序采用二叉搜索树结构,设计并实现一个手机电话薄软件。-In many practical applications, the dynamic index structure in the file record created or generated when the initial load, the system is running w
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3786467
    • 提供者:liao
  1. xxx

    0下载:
  2. 二叉搜索树相关内容 并进行前序 后序 中序周游-Binary search tree prior to the relevant content and order in the sequence after the tour sequence
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:906
    • 提供者:victor
  1. BinaryTreeSort

    0下载:
  2. 二叉搜索树算法,分析详解,包括树的生成,排序,搜索,和查询还有删除。-Binary search tree algorithm, Detailed analysis, including the generation of the tree, sorting, searching, and query also deleted.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:163217
    • 提供者:tin
  1. AVl_Tree

    0下载:
  2. AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找-AVL balanced tree is a very efficient binary search tree, it can use the rotation function can be constructed easily, quickly find
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2242916
    • 提供者:yinzengchun
  1. btree

    0下载:
  2. B树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-B-tree is a very efficient binary search tree, it can use the rotation function can be constructed easily, quickly find the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:243442
    • 提供者:yinzengchun
  1. search

    0下载:
  2. 解决拼图问题。利用AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-BUC algorithm, an important database search algorithm. Use of AVL balanced tree is a very efficient binary search tree, it can use the rotation of the structure can be easily, quickly find
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:3315993
    • 提供者:yinzengchun
  1. CDataStruct

    0下载:
  2. 用VC实现的数据结构模板类 包括数组,普通链表,双向循环链表,哈希表,二叉搜索树,AVL 树-With VC data structure includes an array of template class, general list, two-way circular linked lists, hash tables, binary search trees, AVL trees
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16452
    • 提供者:tesaff
  1. BinarySearchTree

    0下载:
  2. 二叉搜索树,学习数据结构写的,有点菜……正在学习,多多指教-BinarySearchTree for students data structur
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1316
    • 提供者:john
  1. BinaryTree

    0下载:
  2. 二叉搜索树可以通过链式的数据结构去实现,其中每一个节点都有三个指针域,左边和右边的指针域分别指向该节点的左孩子和右孩子。其中NIL表示该节点没有对应的孩子节点。-describe BinaryTree
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2104440
    • 提供者:myname
  1. PPMFC

    0下载:
  2. 二叉搜索树统计单词频率++MFC实现Binary search tree + + MFC statistical word frequency to achieve -Binary search tree++ MFC statistical word frequency to achieve
  3. 所属分类:DSP program

    • 发布日期:2017-05-15
    • 文件大小:3725041
    • 提供者:shi
  1. BST

    0下载:
  2. 二叉搜索树,包括插入、删除、查找、显示等功能-Binary search tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1758559
    • 提供者:老鼠
  1. AVLTree2

    0下载:
  2. 数据结构课程的实验。构造二叉搜索树,构造平衡二叉树-用AVL树实现,可以用两种树比较调平的过程,有插入节点、删出结点、调平、缩格打印树等功能。-Data structures course experiment. Construct a binary search tree, balanced binary tree structure- achieved with the AVL tree, the tree can be compared in two leveling process, t
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:495156
    • 提供者:Michael Zhou
  1. treeSeek

    0下载:
  2. 二叉搜索树的实现,实现插入,删除,建立等操作-to complete the options of a binary seek tree(build,insert,delete)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1978
    • 提供者:wangshiyu
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com