搜索资源列表

  1. 二叉树高度和叶子节点数

    0下载:
  2. 这是一个用来实现二叉树高度和叶子节点数的程序-This is a binary tree used for height and leaf nodes procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:991byte
    • 提供者:yue
  1. treeDeepLeaf

    0下载:
  2. 求树的深度和叶子数,在一个程序中解决两个问题-for the depth and tree leaves, and in a process to solve two problems
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:12.48kb
    • 提供者:面的输
  1. binarytree

    0下载:
  2. 1) 以二叉链表为存储结构,写出建立二叉树、先序(中序、后序)遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。 完成队列抽象数据类型的顺序、链式表示与实现。并对上面建立的二叉树按层次遍历。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:22.02kb
    • 提供者:姜华
  1. 二叉树的所有程序

    0下载:
  2. 二叉树的结点数,叶子数,深度,遍历,非递归的遍历等等!!!
  3. 所属分类:数值算法/人工智能

  1. 二叉树高度和叶子节点数

    0下载:
  2. 这是一个用来实现二叉树高度和叶子节点数的程序-This is a binary tree used for height and leaf nodes procedures
  3. 所属分类:其他小程序

    • 发布日期:2025-01-28
    • 文件大小:1kb
    • 提供者:yue
  1. treeDeepLeaf

    0下载:
  2. 求树的深度和叶子数,在一个程序中解决两个问题-for the depth and tree leaves, and in a process to solve two problems
  3. 所属分类:文档资料

    • 发布日期:2025-01-28
    • 文件大小:179kb
    • 提供者:
  1. binarytree

    0下载:
  2. 1) 以二叉链表为存储结构,写出建立二叉树、先序(中序、后序)遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。 完成队列抽象数据类型的顺序、链式表示与实现。并对上面建立的二叉树按层次遍历。 -1) list for binary storage structure, to write the establishment of binary tree, the first sequence (in sequence, af
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:22kb
    • 提供者:姜华
  1. tree

    0下载:
  2. 数据结构C实现对二叉树的操作,有遍历二叉树的算法,统计叶子数,构造哈夫曼树。-C data structures to achieve the operation of binary tree, a binary tree traversal algorithms, statistical leaves the number of Huffman tree structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:3kb
    • 提供者:韩杰
  1. fs

    0下载:
  2. 可计算二叉树的叶子数,深度,以及实现二叉树的左右子树互换。-Calculate the number of tree leaves, in-depth, as well as the implementation of the binary tree subtree swap around.
  3. 所属分类:其他小程序

    • 发布日期:2025-01-28
    • 文件大小:1kb
    • 提供者:jzh
  1. Newtree

    0下载:
  2. 以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍历。-List in Binary for the storage structure, the establishment of binary tree, the first tree traversal, and the total number of tree nodes,
  3. 所属分类:其他小程序

    • 发布日期:2025-01-28
    • 文件大小:24kb
    • 提供者:韩非
  1. erchashujiqixiangguancaozuo

    0下载:
  2. 二叉树及其相如按操作C程序代码 凹入表示法输出 二叉树的创建 结点内容用字符串表示 二叉树的节点数 叶子数 层次遍历 前序 中序 后序遍历 查找结点 删除结点 删除结点及其子树 再用凹入表示法输出-Binary Tree and its operation, such as by indentation C code representation of the output tree to create the content node
  3. 所属分类:其他小程序

    • 发布日期:2025-01-28
    • 文件大小:6kb
    • 提供者:junjie
  1. na2

    0下载:
  2. 数据结构中串的实验,可实现求叶子数,求结点数,按层次遍历,求二叉树的深度等功能-Data structure in the experimental series can be realized for a few leaves, and nodes, according to the level of ergodicity, and the functions of the depth of binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:1kb
    • 提供者:王瑞卿
  1. sjjg

    0下载:
  2. Josephu问题,一元多项式的相加问题,模拟停车场管理问题,线性表的逆置算法,合并有序表,遍历二叉树(递归算法),求二叉树的节点数、叶子数和深度(递归算法),交换二叉树的左右孩子,有序表的折半查找,按递减次序输出二叉树中大于X的各元素的值,按递减次序输出二叉树中小于X的各元素的值,整理关键字使负值在前,冒泡排序-Josephu problem, the sum of one dollar polynomial problem, the
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:32kb
    • 提供者:华夏
  1. tree

    0下载:
  2. 按先序次序创建二叉树,再求深度和叶子数,以及节点数。-According to the first sequence in order to create binary tree, then ask, and depth and leaf nodes.
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:1kb
    • 提供者:lace
  1. erchashu

    0下载:
  2. 二叉树的操作 1.先序创建二叉树 2.中序递归遍历二叉树 3.先序非递归遍历二叉树 4.中序非递归遍历二叉树 5.后序非递归遍历二叉树 6.层次遍历二叉树 7.求二叉树的高度 8.求二叉树叶子数 9.退出程序-Binary operation 1. The first order to create a binary tree 2. In order recursive binary tre
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:1.85mb
    • 提供者:JIA
  1. tree

    0下载:
  2. 二叉树的创建、先序遍历、中序遍历、后续遍历、叶子数、节点数等的统计-Binary tree creation, the first order traversal, inorder traversal, the follow-up traversal, leaf number, number of nodes and other statistics
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:1kb
    • 提供者:贺遄飞
  1. include

    0下载:
  2. 在采用二叉链表存储的二叉树上,编程实现从根结点到指定结点之间的路径.-#include <stdio.h> #include <stdlib.h> typedef struct BTnode { char data struct BTnode*lchild,*rchild }BTNode #define NodeLen sizeof(BTNode) BTNODE*C
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:5kb
    • 提供者:金俊秋
  1. binary

    0下载:
  2. 实现对二叉树的操作:建树、遍历、求层高、叶子数和结点数等-binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:289kb
    • 提供者:liuxiaoli
  1. bitreezonghe

    0下载:
  2. /*综合性试验(排序二叉树) 1.建立一棵排序二叉树(随机产生1000个0~999的数) 2.前、中、反中序遍历 3.统计叶子数、结点数、深度 4.查找、插入、删除 5.求最大、最小值 6.求查找的次数n1,与二分查找作比较(n1>n2,二叉树不均衡) 7.排序算法与中序遍历的效率比较 *8.将上述各步的结果写入文件(result.txt)-/* Test (sort of binary tree)
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-01-28
    • 文件大小:3kb
    • 提供者:向曦
  1. Project1-2

    0下载:
  2. 利用递归算法实现二叉树的生成,求深度,求叶子数,中序遍历和后序遍历(Recursive algorithm is used to generate two binary tree, find depth, find leaf number, sequential traversal and post traversal.)
  3. 所属分类:Windows编程

    • 发布日期:2025-01-28
    • 文件大小:1.1mb
    • 提供者:Ico123
« 12 3 4 »

源码中国 www.ymcn.org