CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 二叉树的 建立 遍历

搜索资源列表

  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, the number of leaves, tree he
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:24.22kb
    • 提供者:韩非
  1. bintree

    0下载:
  2. 一个关于二叉树应用的小程序,包括二叉树的建立,前中后遍历等操作-a program about bintree structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:919.09kb
    • 提供者:pumpkin
  1. BiTreeAll

    1下载:
  2. 使用二叉链表实现二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 -Use two forks linked to achieve the basic functions of a binary tree: 1, the establishment of two binary tree, preorder traversal b
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:509.88kb
    • 提供者:dxeicho
  1. bitree

    0下载:
  2. 二叉树的建立与遍历,以及求二叉树的叶子节点数,节点数,树的深度等。并用主函数调用各个子函数,功能非常全。建立二叉树的原理是先把二叉树看成完全二叉树,然后对各节点编号,利用二叉树的性质建立二叉树。-Establishment of the binary tree traversal, and the demand nodes in binary tree leaves, nodes, depth of the tree. With the main function calls each sub
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1.43kb
    • 提供者:李思明
  1. BinaryTree

    0下载:
  2. 二叉树的建立,非递归前中后序遍历,判断二叉树的相似,实现二叉树中左右子树的交换-The establishment of a binary tree, taken in the order of non-recursive traversal of binary tree similar to the judge, to achieve a binary tree in the exchange of left and right subtree
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:639.56kb
    • 提供者:
  1. erchashu

    0下载:
  2. 二叉树的建立、显示、遍历(包含非递归及递归2种算法)-The establishment of a binary tree, display, traverse (including non-recursive and recursive algorithm 2)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.14kb
    • 提供者:龙天
  1. lianbiao

    0下载:
  2. 如何用链式存储的方法来建立二叉树并且进行遍历。-How to create a tree.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2.02kb
    • 提供者:zhanglijun
  1. The-tree

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)中序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序,后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)建立中序线索二叉树,并实现中序遍历。 (8)借助队列实现二叉树的层次遍历。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence of binary list. (2) in traversing
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:7.77kb
    • 提供者:BidyBai
  1. searchTree2Chain

    0下载:
  2. 查找二叉树转换为双链表 包括查找二叉树的建立,遍历-hope you like
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:1.08kb
    • 提供者:成龙
  1. Homework_BiTree

    0下载:
  2. 二叉树的建立、遍历输出,包括先根遍历、中根遍历、后根遍历、层序遍历-The establishment of a binary tree, traversal outputs, including the first root traversal, traverse the root, dorsal root traversal, preorder layer
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:1.59kb
    • 提供者:ljh
  1. structure

    0下载:
  2. 数据结构课程设计,二叉树的建立与遍历,猴子选大王等源代码-Data structure curriculum design, build and binary tree traversal, such as source code monkey king election
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:214.6kb
    • 提供者:cici
  1. binary_tree

    0下载:
  2. 二叉树的建立和遍历,包含非递归。源码中自己定义栈和队列,没有用到stl。还有AVL,BST,线索二叉树,还有堆。自己看吧-something about binary tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:6.76kb
    • 提供者:Echo_yang
  1. binary-tree

    0下载:
  2. 二叉树的建立以和先序、中序、后序遍历以及层次遍历,还可以查找并删除节点等-the basic function of binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:杨涛
  1. 123

    0下载:
  2. 二叉树的基本操作,包括二叉树的建立、高度统计、广度统计、前序遍历等。-The basic binary operations, including the establishment of a binary tree, height statistics, breadth statistics, pre-order traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.88kb
    • 提供者:刘飞
  1. shujujiegou

    0下载:
  2. 输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)先序遍历二叉树:非递归算法(最好也能实现中序,后序非递归算法)。 (4)求二叉树的叶子个数。 (5)借助队列实现二叉树的层次遍历。    (6)在主函数中设计一个简单的菜单,分别调试上述算法。-Enter the character sequence to build the binary tree. (2) first order, in sequence, after the b
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:524byte
    • 提供者:Hoang
  1. include1

    0下载:
  2. 二叉树的建立以及一些基本功能的实现。包括各种遍历。-The establishment of a binary tree and some basic functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:10.48kb
    • 提供者:谭青青
  1. 4

    0下载:
  2. 二叉树的基本功能,建立,遍历,递归与非递归(The basic functions of the two forked tree)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:4.94mb
    • 提供者:Hu_van
  1. 问题 J

    0下载:
  2. 顺序方式存储的完全二叉树进行重建 题目描述 按顺序方式存储的一棵完全二叉树的结点记录,结点个数为n。根据所输入的顺序结构的结点记录建立二叉树,输出树的先序,中序和后序遍历结果。 注:数字“0”表示不存在此结点,没有孩子结点。 输入 树结点个数n 顺序方式存储的完全二叉树 输出 先序遍历输出 中序遍历输出 后序遍历输出 样例输入 10 1 2 0 3 4 0 0 5 6 7 样例输出 1 2 3 5 6 4 7 5 3 6 2 7 4 1 5 6 3 7
  3. 所属分类:其他

  1. Binary Tree

    0下载:
  2. 1. 编写建立二叉树的二叉链表存储结构,并用广义表的形式显示; 2. 在二叉树的二叉链表存储基础上,实现二叉树的先序线索链表结构,并显示和存储二叉树的相应的线索链表; 3. 在二叉树的先序线索链表存储结构上,实现求任一个结点的先序的后继和前驱结点的算法; 4. 实现对先序线索二叉树的先序遍历的非递归算法,显示相应的遍历序列。(The establishment of preemptive clue binary tree and preorder traversal)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:倬倬
  1. tree

    0下载:
  2. 用程序演示二叉树的存储结构的建立方法和遍历过程。(The program demonstrates the establishment of a binary tree's storage structure and the traversal process.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:唯唯王
« 12 3 »
搜珍网 www.dssz.com