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

搜索资源列表

  1. BiTree

    0下载:
  2. 二叉树操作程序,实现了动态创建二叉树,中序遍历二叉树,节点删除等。-Binary tree procedures, the creation of dynamic binary tree traversal of binary tree node delete.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:1083230
    • 提供者:Pro
  1. 1

    0下载:
  2. 此代码可以创建二叉树并求出叶子节点总数和节点总数-This code can create a binary tree and calculated the total number of leaf nodes and the total number of nodes
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-24
    • 文件大小:906
    • 提供者:王雨萌
  1. tree

    0下载:
  2. C++创建二叉树及操作,完整的源代码,可以运行出DOS界面-C++ creation and operation of a binary tree, complete source code, you can run the DOS interface
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:5633
    • 提供者:eilly
  1. feidiguibianlierchashu

    0下载:
  2. 先序创建二叉树,非递归算法遍历二叉树,输出先序、中序和后序序列。-First order to create a binary tree, binary tree traversal non-recursive algorithm, the output first sequence, inorder and postorder sequence.
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:959
    • 提供者:陈军
  1. CreateTree

    0下载:
  2. 用递归方法创建二叉树的算法,会提示某节点左儿子和右儿子的输入,避免一次输入所有节点导致出错的情形-Recursive method to create the binary tree algorithm, a node will be prompted son left and right inputs son, enter all the nodes to avoid a situation that caused the error
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:752
    • 提供者:rj
  1. binary-tree

    0下载:
  2. 创建二叉树,搜索二叉树,包括前向遍历和后向遍历。-Create a binary search tree, including forward and backward traversal traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2233
    • 提供者:shimijun
  1. BiTree

    0下载:
  2. 创建二叉树和统计非叶子结点,虽然比较简单,但很多地方都有用-create a BiTree and count the non-leaves nums
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1038
    • 提供者:minjianhe
  1. BinaryTree

    0下载:
  2. 创建二叉树,先序、中序、后序遍历二叉树的递归及非递归,和按层次便利二叉树的实现-Create a binary tree, preorder, inorder, postorder recursive and non-recursive binary tree, and at different levels to achieve a convenient binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5800
    • 提供者:兰登科
  1. erchashu

    0下载:
  2. 创建二叉树、遍历(先序、中序、后序、层序)、计算(结点数、叶子数、高度、宽度)、查找(找结点、找双亲、找孩子、找兄弟,找祖先)、判断(二叉排序树、平衡二叉树、完全二叉树)、处理(左右子树互换,销毁、删子树、插子树、复制)等功能-Create a binary tree traversal (first sequence, sequence after sequence, sequence), calculated (number of nodes, number of leaves, heigh
  3. 所属分类:Windows Develop

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

    0下载:
  2. 根据输入字符串创建二叉树,输出二叉树的先根遍历和后根遍历序列。-Creating and traversing a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2044
    • 提供者:Wanjun
  1. Csharp003

    0下载:
  2. VS2010 C#编制的动态模拟创建二叉树程序。-design program to create a bitree with VS2010 C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:98898
    • 提供者:赵东辉
  1. Btrade

    0下载:
  2. 创建二叉树,并实现二叉树的先序、中序、后序遍历。-realize the traversal of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:935
    • 提供者:郭武楠
  1. ExchangeTree

    0下载:
  2. 先序创建二叉树,将二叉树所有节点的左右子树交换,再先序遍历输出-create a binary tree in first order, exchange all the nodes of the binary subtree , then preorder output
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:278199
    • 提供者:张荣
  1. create_binarytree

    0下载:
  2. 因为程序中要知道叶子结点(终点),所以要将上面的二叉树变成扩展二叉树 (把叶子结点的孩子补成#, 用作标记),以此方式创建二叉树-create binarytree
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1013
    • 提供者:lili
  1. 222

    0下载:
  2. 创建二叉树和实现二叉树的三种遍历 根据提示输入字符型数据创建二叉树,输入值为所有字符型数据 输出为遍历后的每个结点的值的顺序 创建二叉树并能实现二叉树的先序、中序、后序遍历 -Create a binary tree and binary tree traversal three Create a binary input is all character data prompted, enter the character data The output value o
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12529
    • 提供者:李耿
  1. Cpp1

    0下载:
  2. 根输入字符串创建二叉树,输出二叉树的先根遍历和后根遍历-Root input string to create binary output binary tree traversal and after the first root root traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:553
    • 提供者:梁超
  1. erchashu__jiedianzonngshu

    0下载:
  2. 初始化二叉树,创建二叉树,并计算二叉树总结点数,输出-Binary tree is initialized, create a binary tree, and calculate the tree summary points, output
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:638
    • 提供者:di7268045
  1. Binary-Tree

    0下载:
  2. 二叉树通过字符串方式,能够创建相应的二叉树,而且可以递归实现。同样,对于任意的二叉树,可以生成对应的字符串。包括从指定字符串形式创建二叉树(包括空树和平凡树)、将二叉树按照指定的字符串形式输出、判断是否空树、 计算二叉树的结点总数、计算二叉树的叶子总数、计算二叉树的高度,其中空树和平凡树的高度分别为0和1、前序遍历输出二叉树,逗号分隔、中序遍历输出二叉树,逗号分隔、后序遍历输出二叉树,逗号分隔、将树清空等功能-By way of binary string, you can create t
  3. 所属分类:Data structs

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

    0下载:
  2. 创建二叉树:广义表式创建和先序创建;   2) 遍历二叉树:先,中,后,层序遍历,广义表式遍历,凹凸式遍历;   3) 二叉树属性:深度,宽度,结点数,叶子结点数   4) 二叉树路径:叶子结点到根结点的路径;   5)二叉树线索:中序线索二叉树;   6)二叉树置空:清空二叉树。 -reate a binary tree: generalized table type creation and first order created 2) traversing b
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:123832
    • 提供者:潘安琴
  1. BiTree

    0下载:
  2. 创建二叉树的c++代码,希望能够帮助到有需要的人-c++ code of Create a binary tree
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:6753
    • 提供者:吕亚辉
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com