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

搜索资源列表

  1. xiaoxingyinghancidian

    0下载:
  2. 问题描述:设计一个英汉词典,支持Member的查找、插入、删除操作。 基本要求:实现字典的常用方法有:有序线性表(用二分检索实现)、AVL树(二叉搜索树)、Patricia Tree、散列表等,任选一种方法实现字典的操作,查找单词、插入单词(插入时,先查找,找不到插入,找到提示用户)、删除单词(删除时,先查找,找到删除,找不到提示用户)。字典是按字母顺序排列的,不能用顺序查找,插入或删除单词后,要保持字典的有序性。 测试数据:任一英文单词。 提高要求:选用两种以上的方法实现字典的操作
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:928
    • 提供者:姚伦帮
  1. Binary-search-tree

    0下载:
  2. 一个二叉搜索树的程序,包含二叉搜索树的插入、删除、查找等基本操作-A binary search tree program, including the binary search tree insert, delete, find the basic operations s
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1597
    • 提供者:武江伟
  1. data-struct

    0下载:
  2. 一些数据结构算法集合:普通链表结点、双向循环链表结点、二叉树结点、 树结点、双向循环链表、哈希表、二叉搜索树等。-A collection of some data structure algorithms: ordinary linked list of nodes, two-way circular linked list of nodes, the binary tree node, tree node, two-way circular linked lists, hash tables
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:16265
    • 提供者:章普
  1. BinarySearchTree

    0下载:
  2. 按键盘输入顺序,二叉搜索树的建立,前序,中序,后序周游算法。链式存储。-Keyboard input order, the establishment of the binary search tree, preorder, inorder and postorder travel around the algorithm. Chain store.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6381
    • 提供者:冯乐乐
  1. MFC-BST

    0下载:
  2. MFC编程实现二叉搜索树,包括查找,插入,删除和旋转。-MFC programming for binary search tree, including find, insert, delete, and rotate.
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4464769
    • 提供者:yz
  1. TreeToList

    0下载:
  2. 将二叉搜索树变为双向链表,先序遍历输入节点,输出双向链表-The binary search tree into a doubly linked list, doubly linked list of the preorder traversal of the input node, output
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:728
    • 提供者:shiwenli
  1. BStreeLJH

    0下载:
  2. MFC实现二叉搜索树,输出先序,中序和后序遍历结果。-MFC binary search tree, output preorder, inorder and postorder traversal results.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-05
    • 文件大小:2235139
    • 提供者:刘嘉蕙
  1. EX3

    0下载:
  2. 链表实现的普通二叉搜索树,支持插入、搜索、删除功能。-Linked list implementation ordinary binary search tree, support insert, search, delete function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:791
    • 提供者:xjx
  1. SearchTree

    0下载:
  2. 二叉搜索树,实现二叉搜索树的插入、删除、查找、周游功能-Binary search tree, binary search tree insert, delete, find, traveling function
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:829
    • 提供者:dlfsjal
  1. BinaryTree

    0下载:
  2. 基本的二叉搜索树的算法 初始化 插入元素 删除元素-The basic binary search tree algorithm initialization insert elements to remove elements
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:4593
    • 提供者:飘雷
  1. Binarysearchtree

    0下载:
  2. 实现二叉搜索树的一些基本操作,如查找、删除等-Some of the basic operations of the binary search tree, such as search, delete, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:7863
    • 提供者:潘思敏
  1. tree

    0下载:
  2. 给定一个序列,按照顺序输入,构建一颗二叉搜索树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-Given a sequence of inputs in the order to build a binary search tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:1665
    • 提供者:李松
  1. tree_batch_mode

    0下载:
  2. 开发语言:C 开发环境:CCStudio_v3.3 功能:二叉搜索树(BST)的插入和转换功能-Contains the functionality of Binary Search Tree (BST) insertion and traversels.
  3. 所属分类:DSP program

    • 发布日期:2017-12-02
    • 文件大小:39629
    • 提供者:
  1. ConvertBinarySearchTree

    0下载:
  2. 该C++源码可将二叉搜索树转换为一个已排序的双向链表。-Convert a BinarySearchTree to a sorted double linkedlist.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1257
    • 提供者:wj.zhang
  1. binurary-tree

    0下载:
  2. 一个建立二叉搜索树的简单小程序,供初学者参考一下-A binary search tree created a simple applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:574968
    • 提供者:ming
  1. OptimalBinarySearchTree

    0下载:
  2. vs2010实现的OBST算法,最优二叉搜索树 实现功能: 1、文件读取,手动输入,数据更新。 2、p/q表数据保留,便于手动添、删或修改 3、最优解的二叉树结构显示 文件读取示例文档在压缩包内-vs2010 achieve OBST algorithm, optimal binary search tree implementation functions: 1, file read, manually entered data updates. 2, p/q table
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:108569
    • 提供者:zty
  1. 6_isBSTree

    0下载:
  2. 判定一棵二叉树(以二叉链表结构存储)是否是一棵二叉搜索树。-Determining a binary (binary tree structure in memory) whether it is a binary search tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1989
    • 提供者:姚大波
  1. BST

    0下载:
  2. 用动态规划解答最优二叉查找树问题,最优二叉搜索树-Using dynamic programming solution optimal binary search tree problem with Optimal binary search tree
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1399
    • 提供者:Mary
  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 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com