CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 二叉树基本操作

搜索资源列表

  1. 平衡二叉树操作的演示

    0下载:
  2. 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3243
    • 提供者:罗明会
  1. 二叉树的各种遍历操作(非)递归

    0下载:
  2. 数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2500
    • 提供者:阿水
  1. BST

    0下载:
  2. 代码实现了二叉树基本操作:实现二叉树的基本操作(包括前序、中序、后序遍历);从键盘读数,利用前面实现的基本操作,生成一棵二叉查找树;通过遍历二叉树,输出该二叉树的叶节点数;通过遍历二叉树,求二叉树的最大高度;利用队列,按层次输出二叉树各结点。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9983
    • 提供者:李雅芳
  1. BiTree

    0下载:
  2. ADT抽象数据类型二叉树基本操作 基本上实现了《数据结构(C语言版)》严蔚敏著 中描述的所有二叉树基本操作 Dev C++ 编译
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10266
    • 提供者:张林海
  1. 线索化二叉树遍历算法

    1下载:
  2. 本程序的主要功能在于先序输入一个二叉树,用三种递归,三种非递归进行遍历,并进行中序线索化以及其遍历,后进行中序去线索化,再进行后序线索化以及其遍历,最后后序去线索花进行中序遍历.程序的基本目的是了解二叉树的基本操作.
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:2803
    • 提供者:red_eyed_hare
  1. 二叉树的基本操作

    2下载:
  2. 二叉树的基本操作(1)在二叉链表上设计和实现下列二叉树运算的算法 ① 设计递归算法,实现:删除二叉树,求二叉树的高度,求二叉树中叶子结点数,复制二叉树,交换二叉树的左右子树。 ② 设计算法,按自上到下,自左向右的次序,即按层次遍历一棵二叉树。 ③ 设计main函数,测试上述每个运算。 -Binary Tree s basic operations (1) in the binary list on the design and realization of the fol
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-24
    • 文件大小:1765
    • 提供者:
  1. cengxubianlierchashu

    0下载:
  2. ,该程序的功能是实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。 -, The program
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:988
    • 提供者:刘慧
  1. Btree

    0下载:
  2. 实现二叉树基本操作,数据结构中的基本程序-Realize the basic operation of binary tree, data structure, the basic procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1035
    • 提供者:songjinghua
  1. Binarysearchtreedeshixian

    0下载:
  2. 1.掌握二叉搜索树的基本概念。 2.掌握二叉搜索树基本操作的实现。 -1. Binary search tree to master the basic concepts. 2. To master the basic operation of binary search tree implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:240052
    • 提供者:timmy
  1. BinTree.c.tar

    0下载:
  2. 二叉树的学习代码~~实现二叉树基本操作~~适合初学者-Binary tree binary tree learning code to achieve the basic operation ~ ~ ~ ~ for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:huochai
  1. tree

    0下载:
  2. 这是用c语言编写的二叉树基本操作,作为数据结构这门课程的设计性实验。-This is a binary tree using c language basics, as the data structure of this course design experiment.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:191354
    • 提供者:阳阳
  1. BST_WangBin

    0下载:
  2. 使用visual c++实现二叉树基本操作-Visual c++ implementation using a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1919541
    • 提供者:wangka
  1. bitreeJIE

    0下载:
  2. 二叉树的基本操作和应用,C语言数据结构中的编程实例-the main operation of bitree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11725
    • 提供者:lqing
  1. OK_Basic-Binary-Tree

    0下载:
  2. 本代码适合用于熟悉二叉树基本操作,并附有详细的注释说明。-Basic binary operations. There are detailed notes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:164143
    • 提供者:
  1. haffman

    0下载:
  2. 在二叉树基本操作的基础上,掌握对二叉树的一些其它操作的具体实现方法。构造哈夫曼树。 -On the basis of the basic operation of the binary tree, master of some other operation on the binary tree specific implementation. Constructed Huffman tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1383
    • 提供者:张紫凝
  1. Binary-Tree

    0下载:
  2. 二叉树基本操作,包括创建、求结点、求叶子数、遍历-Binary Tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:226984
    • 提供者:姚阳
  1. biTree

    0下载:
  2. ? 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法(要求使用顺序队列,调用顺序队列基本操作实现),求二叉树的深度(后序遍历)。(Two binary linked list storage structure - first traversal of the extended sequence according to the establishment of the two fork t
  3. 所属分类:数据结构

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:qiuqiu2017
  1. 二叉树的基本操作

    0下载:
  2. 二叉树的先序,中序,后序,层序递归和非递归实现,总节点个数和叶子节点个数,二叉树的高度等基本操作(Two binary tree first order, middle order, backward sequence, sequence recursive and non recursive implementation, the total number of nodes and the number of leaf nodes, the height of the two fork tre
  3. 所属分类:数据结构

  1. 3.1二叉树

    0下载:
  2. [实验目的]? 验证二叉树的链接存储结构及其上的基本操作。? [实验内容及要求]? 1、 定义链接存储的二叉树类。 2、 实验验证如下算法的正确性、各种功能及指标:? 1)创建一棵二叉树,并对其初始化;? 2)先根、中根、后根遍历二叉树;? 3)在二叉树中搜索给定结点的父结点;? 4)搜索二叉树中符合数据域条件的结点;? [测试数据]? 由教师随机指定树结构,测试上述功能(Header file of two fork tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:614400
    • 提供者:weiyt9916
  1. Tree

    0下载:
  2. 本代码从基础的建立树开始,介绍了一系列二叉树的基本操作,方便初步学习数据结构的童鞋学习(This code starts from the foundation tree, introduces the basic operation of a series of two forked trees, which is convenient to learn the data structure of children's shoes.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:68608
    • 提供者:月下一颗星
« 12 3 4 5 6 »
搜珍网 www.dssz.com