CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - binary tree

搜索资源列表

  1. Binary-Tree

    0下载:
  2. 关于二叉树的一些基本操作:创建、遍历、结点数、高度、交换左右孩子、等等。-Some basic operations on binary tree: Create, traverse, nodes, height, exchange or so kids, and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:263604
    • 提供者:胡孝磊
  1. Experimental-binary-tree-traversal

    0下载:
  2. 二叉树的创建及遍历实验 要求:数据元素类型ElemType取float。 1)从键盘按照前序遍历的顺序依次输入二叉树的各元素,创建此二叉树。 2)对该二叉树进行层次遍历,并输出遍历后的序列。(参照图的广度优先搜索)-Binary tree traversal create and test requirements: data element types ElemType take float. 1) from the keyboard in accordance with the
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:91689
    • 提供者:selena
  1. non-recursion-of-binary-tree

    1下载:
  2. 非递归建立二叉树,可以直接运行。采用堆栈的方法建立二叉树,而不是递归,展示了堆栈的先进后出的特性。数据结构的内容-Establishment of non-recursive binary tree can be run directly. Method to create a binary tree using the stack instead of recursion, showing advanced after stack features
  3. 所属分类:Other systems

    • 发布日期:2015-07-07
    • 文件大小:606208
    • 提供者:叶轩楠
  1. The-basic-operation-of-a-binary-tree

    0下载:
  2. 二叉树的基本操作。包括树的(先序、中序、后序)创建、树的遍历(先序、中序、后序)、树的高度、树的宽度、树的叶子节点数-The basic operation of a binary tree. Including tree (first order, in sequence after sequence) created tree traversal (first order, in sequence after sequence), tree height, tree width, tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1942024
    • 提供者:amy
  1. All-the-basic-binary-tree

    0下载:
  2. 二叉数的全部基本操作,包括二叉树的建立及各种遍历,二叉树的各种信息,二叉树的各种操作-Total number of binary operations, including the establishment of tree and a variety of traversal, binary tree variety of information, a variety of binary operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:5839
    • 提供者:yangtongxiu
  1. Binary-tree-traversal

    0下载:
  2. 二叉链表遍历,可以使用递归和非递归方法实现二叉树的前序,中序和后续遍历,以及层序遍历-Binary tree traversal, you can use recursive and non-recursive method to achieve binary tree preorder, inorder traversal and follow-up, as well as layer preorder
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:17882
    • 提供者:董强强
  1. Binary-Tree

    1下载:
  2. POJ 文本二叉树 总的来说,又是数算作业啦啦啦(是自己写的哦~~~)-POJ text binary tree in general, but also to count jobs la la la (write by myself own oh ~ ~ ~)
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-25
    • 文件大小:1024
    • 提供者:Liloy
  1. binary-tree

    0下载:
  2. 程序的菜单功能项如下: 1------建立一棵二叉树 2------前序遍历递归算法 3------前序遍历非递归算法 4------中序遍历递归算法 5------中序遍历非递归算法 6------后序遍历递归算法 7------后序遍历非递归算法 8------求树高 9------求叶子总数 10-----输出二叉树 11-----退出 -Menu functions in program are as follows: 1------ 2-
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:414542
    • 提供者:邵阳
  1. Binary-Tree

    0下载:
  2. 实现唯一的确定一棵二叉树,该方法相对简单方便。-Achieved only determine a binary tree, the method is relatively simple and easy.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1715
    • 提供者:yangguotao
  1. the-static-binary-tree-and-input

    0下载:
  2. 建立一个静态二叉树,并对他进行先序遍历,已在vc6.0上运行通过。-To establish a static binary tree, and carries on his first sequence traversal, has run through in vc6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:737
    • 提供者:皇甫永硕
  1. Binary-tree

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

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

    0下载:
  2. 数据结构中,实现二叉树的遍历,包含前序,中序和后序-Data structure, binary tree traversal, including former preorder, inorder and postorder
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:9697
    • 提供者:杨秀丽
  1. binary-tree

    0下载:
  2. 二叉树的基本算法代码,包括插入节点、删除节点、遍历二叉树等基本算法。-Binary basic algorithm code, including insert nodes, delete nodes, and other basic binary tree traversal algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:13125
    • 提供者:
  1. binary-tree-amplitude

    0下载:
  2. 这是我参加某公司面试时做的一个二叉树问题题目,题目是求任意给出一组数看是否在树上,并求节点和数的裕度。这是我的答案,给大家分析参考。-This is a binary tree question when I participate a company s interview. The question is judging if a random series number is in binary tree and get the node and tree s amplitude.It s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:25824
    • 提供者:柳闻徽
  1. binary-tree

    0下载:
  2. 用二叉链表存储二叉树,用“扩张先序遍历序列”创建二叉链表,对二叉树进行前、中、后序的遍历以及层次遍历,输出度为0、1、2的节点及节点数,线索化二叉树,根据线索化的二叉树查找二叉树中任意节点的前驱、后继,通过线索二叉树进行二叉树节点的删除、插入,以及按树状打印二叉树。-Used to store binary tree binary tree, use the " expansion preorder sequence" to create the binary tree, th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5659
    • 提供者:余啸坤
  1. Highly-balanced-binary-tree

    0下载:
  2. 平衡二叉树它是一 棵空树或它的左右两个子树的高度差的绝对值不超过1,并且左右两个子树都是一棵平衡二叉树。-The absolute value of difference in height which is balanced binary tree or a tree left empty subtrees not more than 1, and the left and right sub-trees are balanced binary tree.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:558349
    • 提供者:
  1. Binary-tree-traversal

    0下载:
  2. 二叉树遍历,有先序遍历,中序遍历,后序遍历等遍历方法的java实现-Binary tree traversal, there are preorder, java preorder, postorder traversal methods, such as the realization of
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:903
    • 提供者:张煌泽
  1. Binary-tree-shortest-path-summation

    0下载:
  2. 这是一个数据结构中二叉树的最短路径求解的问题的源代码打包,代码简明易懂,方便初学者的学习-This is a binary tree data structure for solving the shortest path problem' s source code package, code easy to understand, easy for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1550
    • 提供者:陈新
  1. Binary-Tree

    0下载:
  2. 生成二叉树,前序、中序、后序遍历二叉树。可以使用菜单选择。-Generate binary tree, preorder, inorder, postorder tree traversal. You can use the Select menu.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1049
    • 提供者:kang
  1. binary-tree

    0下载:
  2. 在VC 6.0环境中用C++语言实现对数据结构中二叉树算法进行描述,共包括五个例程-VC 6.0 environment using C++ language of binary tree data structure algorithms described, including a total of five routines
  3. 所属分类:Editor

    • 发布日期:2017-05-24
    • 文件大小:7988285
    • 提供者:明磊
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com