CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - binary search tree

搜索资源列表

  1. datast

    0下载:
  2. array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16765
    • 提供者:王飞
  1. 二叉查找树的创建、查找、插入和删除

    1下载:
  2. 二叉查找树的创建、查找、插入和删除 问题描述:运行时产生若干个随机整数,依次插入到一棵初始为空的二叉查找树中,并能在其中查找、插入、删除指定的整数。,Binary Search Tree to create, find, insert and delete the problem descr iption: run-time generated a number of random integers, followed by insertion into an initial empty bi
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-23
    • 文件大小:1044
    • 提供者:李晓风
  1. binary_tree.rar

    0下载:
  2. 根据所输入的一串数字,以“,”间隔,生成一棵二分查找树,生成的树以图像形式出现。,According to the input of a string of figures, interval to generate a binary search tree, the tree generated in the form of images.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:18029
    • 提供者:wins
  1. greedy_OBST

    0下载:
  2. 贪心算法实现的最优二叉查找树,c++代码实现,运行无误-Greedy algorithm of optimal binary search tree, c++ code to run correctly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:908521
    • 提供者:Rhonda
  1. main

    0下载:
  2. AVL树中 插入、删除节点以及判断一棵二叉查找树是否为AVL树-AVL tree, insert, delete nodes and a binary search tree to determine whether the AVL tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1859
    • 提供者:hgy
  1. RBTreeAndBinary_Search_Tree

    0下载:
  2. 实现红黑树、二叉搜索树相关算法:插入(红黑树涉及树的调整:左旋、右旋等),删除,搜索(指定Key值节点)。 另外,红黑树实现计算树黑高的算法。 -To achieve red-black tree, binary search tree related algorithms: insertion (red-black tree involves the adjustment of the tree: L, D, etc.), delete, search (Key value of t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:6133
    • 提供者:jack
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:15320
    • 提供者:海霞
  1. src

    0下载:
  2. PKU中一些数据结构基本算法题的java实现,包括DIJ、PRIM、二叉查找树、并查集、动态规划、KMP、匈牙利算法、深搜广搜等-PKU some basic data structure algorithm java realization of the title, including DIJ, PRIM, binary search tree, and search sets, dynamic programming, KMP, the Hungarian algorithm, colle
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:78430
    • 提供者:俞昊旻
  1. datastr

    0下载:
  2. C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltr
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16765
    • 提供者:sam
  1. avl

    0下载:
  2. avl树的插入删除操作,并包括判断输入的二叉查找树是否为avl树,以及把二叉查找树转换为avl树-AVL tree insertion deletion, and includes judgments entered binary search tree for the AVL tree, and the binary search tree is converted to AVL tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:3456
    • 提供者:yangfeng
  1. treelinkedlist

    0下载:
  2. 本程序的实现是要实现二叉查找树的内容,实现二叉查找树的插入好删除,查找等工作,让我们可以轻松的实现二叉查找树-This procedure is to achieve the realization of binary search tree of content, the realization of binary search tree insertion deletion good to find work so that we can easily achieve the binary
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:25491
    • 提供者:caizc381
  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. LinkedBinTree

    0下载:
  2. 数据结构二叉树的功能实现, 比如在二叉搜索树上查找或者删除一个结点。-Binary tree data structure to achieve the function, for example, in binary search tree to find or delete a node.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5553
    • 提供者:刘星
  1. f

    0下载:
  2. 一些查找的程序,第一个是二叉查找树,后面两个是其扩展-Some find the procedure, the first is a binary search tree, behind two of its expansion
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:887740
    • 提供者:hc
  1. BST_path

    0下载:
  2. 二叉搜索树求每个结点到根节点的路径 非递归的先序,中序,后序遍历-Binary search tree for each node to the root path of the first non-recursive sequence, in order, after the traversal
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:399715
    • 提供者:pany
  1. BinaryTree

    0下载:
  2. 二叉搜索树的实现,代码来自北大赵海燕老师编著的数据结构与算法。-Binary search tree realization of the code from the Beijing University teacher Zhao Haiyan edited data structure and algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3812
    • 提供者:张淼
  1. binSearchTree1

    0下载:
  2. 二叉搜索树的基本操作,可查找插入删除建立的二叉搜索树以广义表给出-Binary search tree s basic operation, can be inserted to find the deletion of the establishment of the binary search tree to table gives a broad sense
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:8941
    • 提供者:王祥
  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. Bin盲rer_Suchbaum

    0下载:
  2. representation of a binary search tr-representation of a binary search tree
  3. 所属分类:其他小程序

    • 发布日期:2017-04-14
    • 文件大小:3522
    • 提供者:rapalot
  1. optimalBinarySearchTree

    0下载:
  2. 最佳二元收尋樹 自己寫的作業 給剛入門的學生 參考用-The best binary search tree written in their own operations just give students entry-reference
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:43895
    • 提供者:許皓東
« 1 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com