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

搜索资源列表

  1. BiTree

    0下载:
  2. 数据结构二叉树的各种操作实现(包括基本操作和扩展操作),完美运行-Various operations to achieve binary tree data structure (including the basic operation and extended operations), a perfect run
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:5637989
    • 提供者:Scott
  1. binary_tree

    0下载:
  2. 二叉树的一些基本操作,建立,删除,增加删除节点,-Some of the basic operations of a binary tree, create, delete, delete nodes increases,
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-23
    • 文件大小:218228
    • 提供者:123
  1. erchashudeyingyong

    0下载:
  2. 集成所有二叉树的基本操作。包括求子节点。求页。-Integrates all the basic operations of a binary tree. Including Praying nodes. Find pages.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:737105
    • 提供者:金赛
  1. one

    0下载:
  2. 程序实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。 1.先序次序建立一个二叉树 ,用#表示某结点的左右子树是否为空,用于表示该结点是否为叶子或者可能存在左子树or右子树。例如对一个简单的三节点二叉树,节点b和c分别为根节点a的左孩子和右孩子,用先序来创建就表示为ab##c## 2.按先序、中序、后序、层次遍历分别输出二叉树的所有节点 3.求二叉树中所有节点数 4.求二叉树的深度 -Program binary t
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1237
    • 提供者:杨痒痒
  1. Bitree

    0下载:
  2. 二叉树的各种基本操作,附注释,十分适合初学者!-Basic operations of a binary tree, with notes, very suitable for beginners!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5480
    • 提供者:kaka
  1. BinaryTree

    0下载:
  2. 该程序的功能是实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树 结构类型以及每一种操作的具体的函数定义和主函数。 -Feature of the program is the type definition and basic operations on binary tree node binary tree. The program includes a binary tree structure and the specific type of function defi
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1048
    • 提供者:庭月照
  1. adfg

    0下载:
  2. 实验3.1 二叉树顺序存储结构基本操作实现实 验3.1 二叉树顺序存储结构基本操作实现-Experiment 3.1 binary sequence to achieve the basic operation of the storage structure
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:296992
    • 提供者:张建
  1. four_BiTree

    0下载:
  2. 二叉树的基本操作:建立、销毁、先序排序、中序排序、后序排序、广义表输出-The basic operation of a binary tree: create, destroy, first order sort, the sort order, the sort order, generalized table output
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:359454
    • 提供者:LiHuaWu
  1. Balanced-Binary-Tree

    0下载:
  2. 基本实现平衡二叉树的创建,插入和删除操作。使用C++代码实现-Basic balanced binary tree to create and delete operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4296781
    • 提供者:凌升杭
  1. data-structure

    0下载:
  2. 数据结构基本算法:包括单链表操作、二叉树建立及遍历、基本的排序-The basic data structure algorithms: including single chain operations, binary tree traversal establish and basic ordering
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2726
    • 提供者:yang
  1. huffman

    0下载:
  2. 用模板类实现哈弗曼编码,及二叉树的基本数据结构操作。-Template class that implements the Huffman coding, and basic binary tree data structure operations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:220006
    • 提供者:林子昂
  1. e

    2下载:
  2. 实现二叉树的基本操作:建立、遍历、计算深度、结点数、叶子数等。-Binary tree basic operations: the establishment, traverse, calculate the depth, the number of nodes, number of leaves and the like.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:259821
    • 提供者:刘忠威
  1. erchashu

    0下载:
  2. 进行一些二叉树的基本操作:1) 前序遍历:将二叉树按前序遍历输出; 2) 中序遍历:将二叉树按前序遍历输出; 3) 后序遍历:将二叉树按前序遍历输出; 4) 层序遍历:将二叉树按前序遍历输出; 5) 求高度:求出二叉树的高度; 6) 求最大宽度:求出二叉树的最大宽度; 7) 判断是否满二叉树: 判断所输入的二叉树是否满二叉树; -Some binary basic steps: 1) pre-order traversal: preorder output binar
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1225354
    • 提供者:陈嘉强
  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
  1. RedBlackTree

    0下载:
  2. 本文件为基于vs2010平台的使用C++语言的红黑树建立和操作。其中有二叉树的四种遍历方式,查找插入删除深度等基本操作。代码精心总结,有详细的注释,运行完全通过,结构清晰,对初学算法的人有很大帮助。-This document is a VS2010 platform using C++ language based on tree and operation. Which has four fork tree traversal method, to find the insertion an
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:783214
    • 提供者:
  1. shiyan

    0下载:
  2. 该程序的功能是实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。-The function of the program is the realization of binary tree node type definition and basic operation of binary tree. The program including the binary tree structure types, and each kind
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:24414
    • 提供者:老毕
  1. xian-suo-shu

    1下载:
  2. 定义线索链表类型,实现线索二叉树的基本操作。-Define the list of clues to achieve the basic operation of the two fork tree.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-28
    • 文件大小:10308
    • 提供者:古丽
  1. er-cha-shu

    1下载:
  2. 定义二叉链表类型,实现二叉树的基本操作:建立、先中后序遍历、层次遍历及输出。-The definition of two fork list type, two fork tree to achieve the basic operation: the establishment, the first in the order traversal, hierarchical traversal and output.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-29
    • 文件大小:11047
    • 提供者:古丽
  1. 4

    4下载:
  2. 《数据结构》 第4次上机题目 (二叉树练习 ) 1. 编程实现书P121 ADT BinaryTree 基本操作20个,用二叉链表结构实现; 2. 二叉树的先序、中序、后序遍历递归(非递归选做)方法,层次遍历。-" Data Structure" on machine 4th title (binary exercises) 1. Programming book P121 ADT BinaryTree basic operations 20, with binary
  3. 所属分类:Data structs

    • 发布日期:2016-11-27
    • 文件大小:3072
    • 提供者:steve
  1. 5

    3下载:
  2. 《数据结构》 第5次上机题目 ( 二叉树 图 练习 ) 1.编程实现书P156 ADT Graph 基本操作13个,用邻接矩阵存储结构实现; 2. 哈夫曼树的建立。-" Data Structure" 5th title on the machine (Fig binary exercises) 1. Programming book P156 ADT Graph 13 basic operations, using adjacency matrix storage s
  3. 所属分类:Data structs

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