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

搜索资源列表

  1. magicCube2x2x2

    0下载:
  2. using search tree solve magice cube
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:18849
    • 提供者:hello
  1. searchBST

    0下载:
  2. 二叉搜索树实现的文本文件单词索引表,可将文本中单词按字母顺序列出并且列出每个单词在文本中出现的次数-Binary search tree implementation of the text file the word index table, you can text the word list in alphabetical order and each word in the text are listed in the number of occurrences
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:140722
    • 提供者:yexianshow
  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. ThreadedBinarySearchTree

    0下载:
  2. 用C#实现中序线索二叉树的插入、遍历、删除等操作-Threaded Binary Search Tree (C#)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1970
    • 提供者:felix
  1. BinarySearchTree

    0下载:
  2. 一个简单的二叉搜索树实现,可以直接使用头文件移植-A simple binary search tree implementation can use the header files transplant
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1500
    • 提供者:夏治文
  1. LAB

    0下载:
  2. 使用C++的STL数据结构实验,包括链表、八皇后、扩展洗车仿真、Binary Search Tree的平均树高等问题的实验-Using C++, STL data structure experiments, including lists, eight queens, extended car wash simulation, Binary Search Tree problems as the average tree experiment
  3. 所属分类:STL

    • 发布日期:2017-04-10
    • 文件大小:1396147
    • 提供者:吴蝶
  1. AVLtree

    0下载:
  2. 二叉搜索树的avl树问题,创建avl树及有关的问题-Binary search tree avl tree problem, create avl trees and related problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:8642
    • 提供者:xzc
  1. Binarysearch

    0下载:
  2. 二叉搜索树的初建及有关问题binary search tree -Binary search tree and the problem was first built binary search tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:6860
    • 提供者:xzc
  1. Translationcircuitconnectionproblems

    0下载:
  2. 二叉搜索树中的电路连线问题 Binary search tree -Binary search tree in the circuit connection problems Binary search tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:3086
    • 提供者:xzc
  1. Translationpackingproblem

    1下载:
  2. 二叉搜索树中的装箱问题Binary search tr-Binary search tree packing problem Binary search tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:9542
    • 提供者:xzc
  1. ass3

    0下载:
  2. 数据结构作业源代码,实现二叉查找树的一些基本功能。-Operation data structure source code, binary search tree to achieve some of the basic functions.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:304631
    • 提供者:syes
  1. src

    0下载:
  2. 对易阵游戏中两子交换的问题进行说明。讨论用回溯法搜索相邻两子交换的算法,进而研究任意两子交换的算法,重点研究搜索树的结构,并用类Java语言分别对其实现的最优算法进行描述。-On the trade front in the game two sons, the issue of exchange instructions. Discussions with the backtracking search algorithm two adjacent sub-exchange, and then
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:20263
    • 提供者:夏原原
  1. ArboreDeCautare

    0下载:
  2. Search tree java , modal search box
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:14370
    • 提供者:radu1988
  1. ktree-1

    0下载:
  2. Min k tree in tabu search
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2872
    • 提供者:Jung
  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. shuju

    0下载:
  2. 书中使用主流的程序设计语言C++作为具体的实现语言。 书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析 、算法设计、摊还分析、查找树算法、k-d树和配对堆等。 -Book using mainstream programming language C++ as a specific implementation language. The book includes tables, stacks, queues, trees, hash tables
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:113370
    • 提供者:任鹏富
  1. class_presentation_Btree

    0下载:
  2. 是一种多路搜索树(并不是二叉的): 1.定义任意非叶子结点最多只有M个儿子;且M>2; 2.根结点的儿子数为[2, M]; 3.除根结点以外的非叶子结点的儿子数为[M/2, M]; -Is a multi-way search tree (not binary in): 1. The definition of any non-leaf node at most M son and M> 2 2. The son of the root n
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:59551
    • 提供者:korbon
  1. Binary_trees

    0下载:
  2. 二叉树以及二叉查找树的定义及实现,插入、删除、先序、后序、中序、层序-binary tree and search tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:535903
    • 提供者:miss wang
  1. heibaiqi.c

    0下载:
  2. 用C实现的黑白棋源程序,有人工智能的人机对战,用算法树深度搜索,原始的C图形界面,turboC或TC编译器运行。网络上实现黑白棋大多选择VC++,并没有用C实现并且有人工智能的程序。-Implementation of Othello with C source code, there is artificial intelligence, human-machine gaming, with the depth of search tree algorithm, the original C-
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3773
    • 提供者:吴振华
  1. BST

    0下载:
  2. Binary search Tree implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1352
    • 提供者:Abhishek
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com