CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 树的遍历

搜索资源列表

  1. BinaryTree

    0下载:
  2. 1. 建立二叉树 2. 计算结点所在的层次 3.统计结点数量和叶结点数量 4.计算二叉树的高度 5.计算结点的度 6.找结点的双亲和子女 7.二叉树的遍历 8.二叉树的输出-1. Establish binary 2. Calculate the junction point where the level 3 number of nodes and the number of statistics leaf node 4. Calculate the height
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3260
    • 提供者:尚亚涛
  1. BianLiErChaShu

    0下载:
  2. 二叉树的遍历代码,包括二叉树的创建以及三种遍历方法-Binary tree traversal code, including the creation of a binary tree and three traversal methods
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:206082
    • 提供者:徐文锋
  1. Data-structure

    0下载:
  2. 哈希表(带查询),哈希表的设计,树的遍历,停车场,图,约瑟夫环(链表),约瑟夫环(数组),招工考试-The hash table (with query), design of hash table, tree traversal, parking lot, figure, Joseph ring (list), Joseph ring (array), recruitment examination
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:110507
    • 提供者:江中落雪
  1. btree

    0下载:
  2. 树的一些常见操作,树的创建,树节点删除,树的遍历。-Some common operations of tree, tree, the tree node deletion, tree traversal.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:826
    • 提供者:陈辉
  1. bitree

    0下载:
  2. 通过编写c++程序,熟悉二叉树的遍历过程,适合研究二叉树性质的人用-By writing c++ program, the familiar binary tree traversal for binary nature of the research for human use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2033
    • 提供者:cui
  1. rebuild

    0下载:
  2. 二叉树的遍历。输入两组数据,分别为二叉树的先序和中序遍历。若能构成一个二叉树,则输出后序遍历,否则输出-1.注意程序并没有建树,只是用数组下标模拟。-Binary tree traversal. Enter the two sets of data, respectively, the first binary sequence and preorder. If we can form a binary tree, the rear output preorder, otherwise the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1194
    • 提供者:许平
  1. er-chashu

    0下载:
  2. 二叉树的遍历 二叉树的遍历 -er cha shu de bian li
  3. 所属分类:Document

    • 发布日期:2017-05-11
    • 文件大小:2347113
    • 提供者:豹纹秋衣
  1. NTreeTraverse

    0下载:
  2. N叉树的遍历,建立任意N叉树,实现对其遍历的功能,JAVA语言-N-tree traversal, and establish an arbitrary N-tree, to achieve its traversal function, JAVA language
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:696
    • 提供者:zhangjikuan
  1. bianli

    0下载:
  2. 能够帮助大家了解二叉树的遍历算法,其中包括 先序遍历、中序遍历和后序遍历。-It can help you understand the binary tree traversal algorithms, including Preorder, preorder and postorder traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:肖娜
  1. tree

    0下载:
  2. 树的遍历,源码短小精悍!仅供参考!在学习数据结构时,提供有力支持!-Exploring the tree of data construction.It s simplier than others! It s only for study each other!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:916
    • 提供者:frank_zq
  1. DoubleLinkedList

    0下载:
  2. java的二叉树写法,基本思路为,二叉树的遍历-a base java project
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6131
    • 提供者:曾小安
  1. hw9

    0下载:
  2. 树结构的运用,树的遍历,叶子节点,广搜深搜及其实现,很多功能都有-tree achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:4728
    • 提供者:李倩
  1. 二叉树演示

    0下载:
  2. 用于课程设计 ,二叉树相关操作的演示,前序遍历,,放大器设置等。可以随机创建,手动创建二叉树
  3. 所属分类:教育/学校应用

  1. 2_Tree

    0下载:
  2. 二叉树的遍历算法,后序遍历的非递归实现。-2-Tree algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2822
    • 提供者:yjj
  1. Tree-establishment-and-traversal

    0下载:
  2. 树的遍历与查询,各种细致的操作都具备,操作很完备-Traversal of the tree and query, all kinds of detailed operations are available, the operation is complete
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:405647
    • 提供者:李明远
  1. tree

    0下载:
  2. 编码树的遍历,找的时候还没在网上找到相对应的内容。对应于中大的数据结构实验.-Traverse coding tree in a large experimental data structure corresponding to
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:630682
    • 提供者:yufeng
  1. graph

    0下载:
  2. 树的遍历,里面是dfs,以及他的creat-tree s int creat and dfs
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:72561
    • 提供者:刁帅
  1. include

    0下载:
  2. c 语言实现二叉树的遍历,插入,删除等 数据结构实验-c language to achieve binary tree traversal, insert, delete, etc. experimental data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6683
    • 提供者:李金玲
  1. binary-tree-traversal

    0下载:
  2. 二叉树的遍历 数据结构c/c++ 描述 开发环境为VS2013-Data structure c/c++ binary tree traversal
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:457340
    • 提供者:王刚
  1. 2chashu_bianli

    0下载:
  2. 该功能主要用vc++实现。实现二叉树的遍历算法。遍历的方法是先序遍历。-the funcontioin of the program is find a point in the tree in the struture of data .and then the method of it is LF.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:928
    • 提供者:冯严
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com