CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构 二叉树 实现

搜索资源列表

  1. tree

    0下载:
  2. 这个代码是二叉树的实现,是数据结构最基础的部分之一,适合初学数据结构的同学们来参考一下。-This code is the realization of a binary tree is the most basic part of the data structure, one data structure suitable for beginner students to reference.
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:223219
    • 提供者:周怡非
  1. traverse-BT

    0下载:
  2. C++实现二叉树的遍历,数据结构,二叉树,遍历,前序遍历,中序遍历,后序遍历-C++ achieve binary tree traversal, data structures, binary tree traversal, preorder traversal, preorder, postorder
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:2105
    • 提供者:后双
  1. list

    0下载:
  2. 本实验为广义表建立二叉树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-This experiment is the generalized table set up binary tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2711
    • 提供者:李松
  1. data-structure

    0下载:
  2. 数据结构的一些实现技巧,包括二叉树,堆栈,队列-Some of the data structure to achieve skills, including binary, stacks, queues, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:26168
    • 提供者:曾吉申
  1. Task1

    0下载:
  2. 数据结构与算法实验,二叉树的操作与实现,C++/CLR控制台应用程序-Experimental in data structures and algorithms, binary operation and implementation, C++/CLR Console Application
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:1468191
    • 提供者:包逸歆
  1. shu

    0下载:
  2. 数据结构C语言版 二叉树的三种遍历 简单易实现-C-language version of the binary tree data structure traversal is simple and easy to achieve three
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:652
    • 提供者:邹慧霞
  1. stacknode

    0下载:
  2. 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-02
    • 文件大小:2278
    • 提供者:liyuyu
  1. BinaryTree

    0下载:
  2. 可以实现对二叉树的创建,对于最初接触数据结构的同学非常有用-Can be achieved on the creation of a binary tree, the data structure for the initial contact is very useful for students
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1405
    • 提供者:文静
  1. exp8

    0下载:
  2. 对二叉树的删除、复制、中序遍历采用递归方式实现。 层序遍历采用辅助队列数据结构完成,为了计算层高, 使用了两个队列,交替的向两队列中插入相邻的两层, 这样完成层高的统计。-On the binary tree delete, copy, preorder recursive manner. Traversal sequence complete with assisted queue data structure, in order to calculate storey,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:222499
    • 提供者:lemonzou
  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. bitree_functions

    0下载:
  2. 实现严蔚敏《数据结构》一书中,涉及到的二叉树所有算法,包括二叉树的一些基本功能,并利用这些基本功能进行查找,排序等,代码长度总计约1000行-accomplish all the alogrithm which has something to bitree in the textbook named<data structure> written by Weimin Yan,including searching ,re_sequence,and so on .What s mor
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:708018
    • 提供者:宇文风
  1. OptimalBinarySearchTree

    0下载:
  2. vs2010实现的OBST算法,最优二叉搜索树 实现功能: 1、文件读取,手动输入,数据更新。 2、p/q表数据保留,便于手动添、删或修改 3、最优解的二叉树结构显示 文件读取示例文档在压缩包内-vs2010 achieve OBST algorithm, optimal binary search tree implementation functions: 1, file read, manually entered data updates. 2, p/q table
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:108569
    • 提供者:zty
  1. STLTEST1

    0下载:
  2. 一个有关stl操作的程序,实现了平衡二叉树,还有相关的数据结构,供大家学习-A related stl operating procedures, to achieve a balanced binary tree, as well as associated data structures for them to learn
  3. 所属分类:STL

    • 发布日期:2017-05-23
    • 文件大小:7510965
    • 提供者:dragon
  1. BTree

    0下载:
  2. 一个BTree类实现上述数据结构,每个BTree的实力代表一个二叉树-A BTree class implements the data structure, the strength of each representative of a binary tree BTree
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:536
    • 提供者:赵倩
  1. tree

    0下载:
  2. 二叉树的表达式实现,可用于数据结构的练习和作业-Binary expression, which could be used for exercises and operations data structures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:15214
    • 提供者:吕晨阳
  1. huffman

    0下载:
  2. 数据结构实验-利用二叉树结构实现哈夫曼编/解码器-The Experimental on data structure- which uses binary tree Huffman encoder/decoder
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:546531
    • 提供者:许晨雪
  1. algorithm-CPP

    0下载:
  2. 数据结构面试常考算法,C++实现 包含数组、字符串、链表、二叉树、排序-Interview data structures algorithm, C++ contain arrays, strings, linked lists, binary trees, sorting
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:66411
    • 提供者:robert
  1. 1

    0下载:
  2. 数据结构与算法的二叉树头文件c++语言实现二叉树的基本应用-The binary tree data structure and algorithm c++ language header file
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3924
    • 提供者:姚博
  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. bintree_shujujiegou

    0下载:
  2. 数据结构作业,二叉树的实现,实现二叉树的基本操作-Data structure operations, binary tree, achieving the basic operation of a binary tree
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1870236
    • 提供者:吕三娘
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 »
搜珍网 www.dssz.com