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

搜索资源列表

  1. 3

    0下载:
  2. 采用llink-rlink方式存储二叉排序树,编写能够通过键盘输入建立二叉排序树,并在建立完立即在屏幕显示中序遍历结果的程序。-Using llink-rlink way to store binary sort tree, the preparation can be established through the keyboard input binary sort tree, and in the establishment of the screen immediately displa
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6206
    • 提供者:崔文涛
  1. exp4

    0下载:
  2. 二叉树是一种重要的数据结构 。 通过 实现二叉树的一系列操作,帮助 实现二叉树的一系列操作,理解 和掌握链式存储二叉树的性质 -Binary Tree is an important data structure. By implementing a series of binary operations, a series of actions to help achieve binary tree, understand and grasp the nature of chain stor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:394864
    • 提供者:lemonzou
  1. 6_isBSTree

    0下载:
  2. 判定一棵二叉树(以二叉链表结构存储)是否是一棵二叉搜索树。-Determining a binary (binary tree structure in memory) whether it is a binary search tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1989
    • 提供者:姚大波
  1. 3_1

    0下载:
  2. 若用二叉链表作为二叉树的存储表示,试针对以下问题编写递归算法: 统计二叉树中叶结点的个数。 -If using the binary tree as a binary tree stores that try to prepare for the following recursive algorithm: Statistics mid-binary number of nodes.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1061
    • 提供者:张敏
  1. Dome

    2下载:
  2. 1.采用链式结构实现任意多项式的存储,求两个多项式的和。 2.假设自上而下按层次,自左至右输入每个结点的一个三元组(D, P, L/R)。其中D为本结点的元素,P为其父结点,L指示D为P 的左孩子,R指示D为P的右孩子。试写一个建立二叉树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。 3.采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。-1 using an arbitrary polynomial chain structure of storag
  3. 所属分类:Windows编程

    • 发布日期:2013-10-27
    • 文件大小:7352
    • 提供者:白杨
  1. 1

    0下载:
  2. 选择二叉链表储结构作为二叉树的存储结构,此程序实现二叉树的基本操作(包括建立 、遍历、输出、求深度和以树形输出功能等-Select the binary tree structure as the binary tree reservoir storage structure, this program implements the basic operation of a binary tree (including creation, traversal, output, seeking
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1224
    • 提供者:Paul
  1. Mincost

    0下载:
  2. 最小费用有向树问题的一种贪心算法实现,采用的是逆邻接表的存储结构,然后求出有向图的最小费用树-Minimum cost directed tree problems, a greedy algorithm, using the inverse adjacency table storage structure, and then calculated the minimum cost directed graph tree
  3. 所属分类:.net

    • 发布日期:2017-05-08
    • 文件大小:1598326
    • 提供者:小赵
  1. sequencetree

    0下载:
  2. 实现用顺序存储实现的二叉树类,具有二叉树的基本功能-Stored in order to achieve achieved using a binary tree class with the basic functions of a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2096
    • 提供者:stendardo
  1. 5110309718_5_8

    0下载:
  2. 二叉树孩子兄弟链表存储,实现前中后序遍历-traverse binary tree in pre、mid、post order
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:67099
    • 提供者:kittyshen
  1. main

    0下载:
  2. 产生一系列随机数,存储在文本文件中,并对其进行排序(冒泡排序、快速排序和二叉树排序)-Creating a series of random numbers and sorting them
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:赵永静
  1. tree

    0下载:
  2. 算法与数据结构中的二叉树,孩子-兄弟存储的树,二叉线索树,最优二叉树,哈夫曼树等)。-Algorithm and data structure tree, children- brothers storage tree, binary tree trail, optimal binary tree, Huffman trees, etc.).
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:22482
    • 提供者:郭悠悠
  1. erchashu

    0下载:
  2. 二叉树的链式存储、先序中序遍历和层次遍历。(构造一棵树并输入数据,编写三个函数,非别是树的前序递归遍历算法、树的后序递归遍历算法、树的非递归中序遍历算法(这里的非递归以中序为例)。在主程序中调用这三个函数进行树的遍历,观察用不同的遍历方法输出的数据的顺序和验证递归与非递归输出的数据是否一样。)-Chain store binary tree, preorder traversal and hierarchy traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1468
    • 提供者:liukun
  1. binarytree

    0下载:
  2. 二叉树以lson-rson链接方式存储,以菜单方式设计并完成功能任务:建立并存储树、输出前序遍历结果、输出中序遍历结果、输出后序遍历结果、交换左右子树、统计高度,其中对于中序、后序的遍历运算要求采用非递归方式。-Binary links to lson-rson stored to design the menu and complete functional tasks: Create and store the tree, the output results before preorder
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:192473
    • 提供者:钟宇洋
  1. binary-tree

    0下载:
  2. 二叉树的基本功能:1.生成一棵以二叉链表存储的二叉树bt (节点树可自定义)2.用递归方法前序、中序、后序遍历bt,并以缩格形式打印bt上各结点的信息3.交换bt上的所有左右子树,并以缩格形式打印出交换前-The basic function of a binary tree: a tree in order to generate a list stored in binary binary bt (node ​ ​ tree can be customized) 2 be
  3. 所属分类:Applet

    • 发布日期:2017-03-31
    • 文件大小:3476
    • 提供者:王浩冉
  1. huffman_tree

    0下载:
  2. 数据结构学习中提供的不错的源码,一个哈夫曼树类,利用了链队列存储结构。压缩包中有七个文件。-Data structure provided a good learning source, a Huffman tree class, the use of the chain queue storage structure. There are seven compressed file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:10253
    • 提供者:Daniel Gu
  1. Trees-storage-with-BitTree

    0下载:
  2. 利用二叉树形式存储树或森林,然后进行中序遍历访问该二叉树。-Using binary tree to store tree or forest, and travel it.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:206471
    • 提供者:yaserjiang
  1. FUJIAN3

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1575
    • 提供者:马序员
  1. BinaryTree

    0下载:
  2. 基于二叉树实现一元多项式的加法、减法、乘法、除法,并实现算法的优化及对内存的最小使用,将结果存储在原多项式中-Based on a binary tree polynomial addition, subtraction, multiplication, division, and to achieve the optimization algorithm and minimal use of memory, and stores the result in the original polyn
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7723763
    • 提供者:
  1. VB_Create-Tree

    0下载:
  2. 用VB创建四叉树,可用于点云存储和检索,对于机载雷达点云处理有很大的作用-Create a quadtree with VB, can be used for point cloud storage and retrieval, for airborne radar point cloud processing has a significant role
  3. 所属分类:transportation applications

    • 发布日期:2017-04-15
    • 文件大小:6518
    • 提供者:俞礼彬
  1. acm2

    0下载:
  2. 采用队列数据结构按层次遍历二叉树,用一般的队列来存储和访问二叉树 -The queue data structure traversal of binary tree according to the level of two, with the general queue to store and access the two fork tree
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:11643
    • 提供者:向日葵
« 1 2 ... 17 18 19 20 21 2223 24 25 26 »
搜珍网 www.dssz.com