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

搜索资源列表

  1. tree

    0下载:
  2. 对二叉搜索树的C#实现,有增,搜,删的功能-Binary search tree of the C# to achieve, there are increasing found, delete function
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2380
    • 提供者:ctedpr
  1. zuiyouerfenjiansuozhu

    0下载:
  2. 最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。-Optimal binary search tree problem has optimal substructure property that any of its sub-tree are an independent optimal binary search tree, so you can use dynamic programming met
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:10146
    • 提供者:王小丽
  1. BinarySearchTree

    0下载:
  2. 这个文件提供的C++代码实现的二叉搜索树。这是一种高效的数据结构。非常有参考价值-This file provides the implementation of c++ code of binary search trees. This is a highly efficient data structure. There is reference value
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1630
    • 提供者:李阳
  1. Binary_Tree

    0下载:
  2. 数算的二叉树的POJ作业,分别有:二叉树1_二叉树的操作;二叉树2_文本二叉树;二叉树3_由中根序列和后根序列重建二叉树;二叉树4_表达式.表达式树.表达式求值;二叉树5_Huffman编码树;二叉树6_二叉搜索树;二叉树7_实现堆结构-Count of the binary tree POJ jobs
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:5626
    • 提供者:抹茶
  1. BST

    0下载:
  2. POJ 二叉搜索树 嘻嘻嘻 做的时候是一遍过好开心-POJ Hee hee hee binary search tree to do it again when it is too good fun ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1333
    • 提供者:Liloy
  1. AVLTree

    0下载:
  2. AVL 树是平衡二叉搜索树,所以首先 必须满足搜索树,即l_child值<parent值<=r_child值。这个在前面已经实现了。插入和删除不停的递归就可以。-Two AVL tree is balanced binary search trees, so we must first meet the search tree, l_child value and <parent value of <=r_child value. The in front has bee
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3488
    • 提供者:lewis
  1. xiansuoerchashu

    0下载:
  2. 该代码是描述而叉搜索树的建立和排序,方便大家来学习!-The code is described and binary search tree establishment and sorting, to facilitate everyone to learn!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1171
    • 提供者:吴岳
  1. 2013.10.26_BST

    0下载:
  2. 生成一颗二叉平衡搜索树,随着输入与删除,同步更新树的结构,使之保持平衡。-Generate a balanced binary search tree, with the input and deleted, synchronized tree structure to keep it balanced.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1515
    • 提供者:孟靖松
  1. Binary-Search-Tree-Code

    0下载:
  2. 二叉搜索树的详细算法的过程,是算法分析里较为重要的一个算法-Process detailed binary search tree algorithm, the algorithm analysis is more important in an algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:127190
    • 提供者:You Congzhe
  1. 2011010963_e4

    0下载:
  2. THUEE数据与算法实验四: 1、二叉树的所有结点的关键字由文件输入,其中关键字均为一个整数,构造增强二叉搜索树,并统计树的层高,按要求把结果输出到文件中。 2、给定两个增强二叉搜索树P和T,判断从形状上(不考虑结点关键字值)P是否等于T的某个子树,即T是否包含P。(最好对于任意形式二叉树均可实现比较,不仅限于二叉搜索树)-THUEE four experimental data and algorithms: a keyword all nodes by binary file inp
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1725010
    • 提供者:余可
  1. OBST

    0下载:
  2. 尝试用贪心算法和动态规划算法构造最优二叉搜索树,并做基本统计分析和比较。结论是贪心算法不能保证构造出最优,也没有好的效率;动态规划明显更好。-Use greedy algorithm and dynamic programming to build optimal binary search tree. And related statistics and comparison are provided in report.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:511818
    • 提供者:李进
  1. Btree

    0下载:
  2. 二叉搜索树代码实现,数据结构,包含建立,插入,搜索,删除-Binary search tree code, data structures, including the creation, insert, search, delete
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1256
    • 提供者:wangxy
  1. Optimal-binary-search-tree-algorithm

    0下载:
  2. 最优二叉搜索树算法,Optimal binary search tree algorithm-Optimal binary search tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:范哲
  1. BSTree-MFC

    0下载:
  2. MFC 写的二叉搜索树,希望可以给大家带来帮助。-MFC wrote two binary search tree, I hope we can help.
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3595783
    • 提供者:x
  1. classicalgorithm

    0下载:
  2. 常见经典算法,插入排序,冒泡,选择,快速,二叉搜索树-normal classic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4081
    • 提供者:gong
  1. SortaSearch

    0下载:
  2. 3种简单排序及堆排序、shell排序、快速排序、归并排序。二查搜索树的建立、遍历及插入、删除结点-Three kinds of simple sorting and heap sort, shell sort, quick sort, merge sort. Two investigations to establish the search tree traversal and insert, delete nodes
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2609
    • 提供者:赵启明
  1. AVLTree

    0下载:
  2. 数据结构平衡的二叉搜索树(AVL树)的实现。 程序中包括平衡的二叉搜索树(AVL)类定义、左单旋,右单旋,左右双旋,右左双旋函数。-Data structure balanced binary search tree (AVL tree) implementation. Program includes a balanced binary search tree (AVL) class definition, single-spin left and right single spin
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:12447
    • 提供者:王戴玛
  1. searchtree

    0下载:
  2. linux上面c++的二叉搜索树实现,包含声明左值、右值,地带器实现-binary search tree
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1315
    • 提供者:lian
  1. avl_Tree

    0下载:
  2. 平衡二叉搜索树AVL的插入,并用于在 “词典(每行一个单词)”搜索变位词(例如 abc,acb互为变位词)-AVL balanced binary search tree insertion, and is used in the " Dictionary (one word per line)" Search anagram (eg abc, acb mutually anagram)
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:187945
    • 提供者:LIU Y
  1. fenyou

    0下载:
  2. 人工智能里面的,用搜索树解决了分油的问题,用C++来编译通过-the problem of oil
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1371
    • 提供者:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »
搜珍网 www.dssz.com