CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - binary search tree

搜索资源列表

  1. shujujiegou-erchashu

    0下载:
  2. 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2028
    • 提供者:胡图
  1. ch06

    0下载:
  2. 我們的注意焦點要轉到搜尋樹(search tree)了,要深度討論兩種標準的樹結構(tree structure),就是本章所要說明的二元搜尋樹(binary search tree)以及下一章所要討論的 AVL 平衡樹(AVL tree)。這兩種樹其資料都依序排列的,它們之間的差別只在於 AVL 是一種平衡樹,而二元搜尋樹卻不是。-We want to focus the attention of the search tree (search tree), and want to discu
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:47423
    • 提供者:李南
  1. ch07

    0下载:
  2. 二元搜尋樹簡單易懂,不過有一個問題:它並非平衡樹。本章將介紹平衡的 AVL 搜尋樹,討論它的資料結構、函式,並設計程式使用它。 -Simple binary search tree, but there is a problem: it is not a balanced tree. This chapter will introduce a balanced AVL search tree, to discuss its information structure, function, and
  3. 所属分类:Project Design

    • 发布日期:2017-04-27
    • 文件大小:95477
    • 提供者:李南
  1. BSTREEE

    0下载:
  2. binary search tree is umplemented using data structures in C-binary search tree is umplemented using data structures in C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1641
    • 提供者:farhan
  1. BinarySearchTree

    0下载:
  2. A binary search tree is a binary tree that is either empty or in which each node contains a key that satisfies the following conditions: 1) All keys (if any) in the left subtree of the root precede (are less than or equal to) the key of the
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:66572
    • 提供者:Rauahn
  1. CLC_K53

    0下载:
  2. BSTree Binary Search tr-BSTree Binary Search tree
  3. 所属分类:software engineering

    • 发布日期:2017-06-10
    • 文件大小:17539452
    • 提供者:gau
  1. ArboreBinarCautare

    0下载:
  2. Binary search tree. A simple binary search tree, implemented as an object-oriented, recursive data structure in Java, for objects that extend Comparable.
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:18848
    • 提供者:gibi
  1. 4

    0下载:
  2. 编程任务: 对于给定的树,以根结点为起点,对树实现非递归方式广度优先搜索,输出广度优 先搜索序列  数据输入: 由文件input.txt给出输入数据。第1行有1个正整数n,表示给定的二叉树有n个顶 点,编号为1,2,…,n。接下来的n行中,每行有3个正整数a,b,c,分别表示编号为a的结 点的左儿子结点编号为b,右儿子结点编号为c,0表示没有儿子。各结点信息按照层序列表 的顺序给出。-Programming tasks: For a given of t
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:903539
    • 提供者:miyor
  1. B013040028_hw_15

    0下载:
  2. 二元樹應用,利用二分法來創建一顆二元樹,另外也能執行搜尋刪除的功能-Binary tree applications, the use dichotomy to create a binary tree, while also able to perform a search function to delete
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:6181811
    • 提供者:黃承傑
  1. 7.Binary-Search-Tree

    0下载:
  2. 二叉树收索,包括二叉树的遍历,收索,增加,删除等功能-Close binary search
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:20658
    • 提供者:孙洪鑫
  1. elght

    0下载:
  2. Master different methods to find, and can be used to achieve high-level language search algorithm. 2, master and orderly sequence table lookup method tables. 3, master binary sort tree structure, search, insert, and delete methods
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:流火学倩
  1. BST-Code

    0下载:
  2. Binary Search Tree Code
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:1418
    • 提供者:Anum
  1. 1

    0下载:
  2. 对记录序列(查找表):{55,13,23,72,109,67,2,78,13}分别实现如下操作: 1) 顺序查找; 3) 对排好序的纪录序列表进行折半查找; 4) 利用1)中记录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找 -On the record sequence (lookup table): {} 55,13,23,7
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:8214
    • 提供者:潘珍
  1. main

    0下载:
  2. Dijkstra algorithm Binary search tr-Dijkstra algorithm Binary search tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1183
    • 提供者:mmmm
  1. Trees

    0下载:
  2. Preliminaries What is Tree? Implementation of Trees using C++ Tree traversals and applications Binary Trees Binary Search Trees Structure and operations Analysis AVL Trees
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1141395
    • 提供者:ashlafir
  1. Binary-search-tree-and-file-

    0下载:
  2. 进行二叉搜索树和文件操作的头文件binSearchTreeF.h,行二叉搜索树和文件操作的实现文件binSearchTreeF.c-Binary search tree and file operations
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:9405
    • 提供者:snow
  1. Common-algorithms-classic-code

    0下载:
  2. 数据结构中介绍的常见经典算法,排序、二叉树深度、广度优先搜索、高精度加减乘除等-Common data structures described in the classical algorithms, sorting, binary tree depth, breadth-first search, high-precision addition, subtraction, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:15382
    • 提供者:冯中飞
  1. hehe

    0下载:
  2. 这是二叉树的一些基本操作,有二叉树的建立、节点的删除和查找,排序等常用的功能。-These are some of the basic operations of a binary tree, there are common features delete and search, sort and other binary establishment nodes.
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1556
    • 提供者:heshuai
搜珍网 www.dssz.com