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

搜索资源列表

  1. FamilyTree

    1下载:
  2. 最近公共祖先的家谱树 1. 正确构造了家谱树,实现了简单的查询:如查找祖先,查找家长,查找孩子, 查找兄弟,查找配偶,遍历所有家族成员等等。 2. 正确实现了插入,删除,结婚等操作。 3. 实现了一些复杂的查询,如:查找某人的所有子孙,查找某人的兄弟姐妹,部 分实现了给出两人,查询称呼的功能。(但对于过分复杂的关系暂时还不能实现。) 新增功能 1. 正确实现了不相交集合类(disjointSet.h)。 2. 正确利用并查集实现了LCA(Least Common
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:11595
    • 提供者:马嘉元
  1. C实现二叉树

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1349
    • 提供者:王国强
  1. C实现二叉树

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1349
    • 提供者:王国强
  1. tree

    0下载:
  2. 二叉树运用,简单背包问题,是本人初学数据结构的作业,-Bintree use, simple knapsack problem, is my data structure beginner operations,
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:887
    • 提供者:pjf
  1. erchashu

    0下载:
  2. 用c语言实现的关于二叉树的各种操作,适合初学数据结构的人-C language used on the binary tree to achieve a variety of operations, data structures suitable for beginners who
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:3084
    • 提供者:郭伟杰
  1. BinaryTree

    0下载:
  2. 二叉树建立,插入,删除,遍历范例,是学习数据结构的一个实例-Binary tree set up, insert, delete, traverse example, are studying an example of data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:184407
    • 提供者:lingd
  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
    • 文件大小:24798
    • 提供者:韩非
  1. CBuilder

    0下载:
  2. C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, s
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1385824
    • 提供者:南才北往
  1. file

    0下载:
  2. 大学数据结构实验 第五章 二叉树的遍历源程序-file rescource
  3. 所属分类:Other systems

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

    0下载:
  2. 二叉树遍历程序,非递归方法实现,请参考,数据结构使用-Binary tree traversal procedures, non-recursive method of implementation, please refer to the data structure uses
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:398346
    • 提供者:张元
  1. btree

    0下载:
  2. 二叉树数据结构实习题目,包含实习报告。程序调试可运行。-Binary tree data structure internship topic. Includes internship report.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:9991
    • 提供者:杨泽崎
  1. ufstmaps

    0下载:
  2. 一个利用二叉树存储和查找数据的类,利用二叉树存储结构,实现建立、查找、新增、删除等功能。-Find a class storage and use of binary data, use binary storage structure, to achieve the establishment, search, add, delete functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:571102
    • 提供者:grote
  1. Desktop

    0下载:
  2. 数据结构 java版本 二叉树的创建 序遍历,中序遍历,后序遍历 +考试题目(Ordered traversal, inorder traversal, backward traversal)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:54272
    • 提供者:迪迪五谷
  1. 第4单元(树和二叉树)

    0下载:
  2. 与数据结构相关的知识,第四单元,树和二叉树相关知识(The file is about programming ,compliers principles and data.It will have much help for you in your study.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:638976
    • 提供者:lzyx0518
  1. c二叉查找树

    0下载:
  2. 二叉树查找算法,是c数据结构的内容比较难做我做了很长时间才做出来(Two tree search algorithm, C data structure is more difficult to do, I have done a long time to do it)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:452608
    • 提供者:tianyudizhua
  1. 二叉树基本操作的程序实现

    0下载:
  2. 数据结构二叉树的基本操作,比较基础,初学者专用吧。。。(The basic operation of a binary tree)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:13312
    • 提供者:醉鬼笑
  1. TLRandLTR1

    0下载:
  2. 数据结构学习过程中二叉树的遍历的程序,前序中序。(three different array through the analysis of getting three different array from the same tree using three different algorithm: preorder traversal, inorder traversal and postorder traversal.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:14336
    • 提供者:lengxc
  1. BinaryTreeRestore

    0下载:
  2. 重建二叉树.依据某二叉树的前序遍历和中序遍历结果,重建该二叉树。(binary tree restore. According to the forward-sequence and middle-sequence result of the binary tree to restore the binary tree.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:kongfunlinger
  1. file

    0下载:
  2. 二叉堆的简单实现,顺序表的简单实现,队列的简单实现,栈的简单实现,树堆的简单实现(simple implementation of binary heap, sequence list, queue, stack and treap)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:五粮液
  1. main

    4下载:
  2. Descr iption 给出一棵二叉树的结构,判断这棵二叉树是不是完全二叉树。必须使用二叉树类实现。 Input Format 输入文件一共包含N+1行。 第一行含有一个正整数N,代表树中结点总数。 第二行到第N+1行,每行包含二个整数。其中第i行的二个整数Pi,Qi,代表结点i的左孩子为Pi,右孩子为Qi。若Pi=0,则表明结点i没有左孩子。同样的,若Qi=0,则表明结点i没有右孩子。(第i行指的是这N行中的第i行) Output Format 如果给出的树是完全二叉树,则输出'Y'
  3. 所属分类:其他

    • 发布日期:2019-11-06
    • 文件大小:1024
    • 提供者:currybur
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com