搜索资源列表
简单数据结构的实现
- Shell 排序 单链表 堆排序 简单二叉树 快速排序 冒泡排序 数组生成最小堆 杨辉三角形
数据结构配套光盘
- 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
李森数据结构作业
- 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
排序二叉树的应用数据结构课程设计
- 排序二叉树的应用数据结构课程设计.自己用来交过学期的设计报告.用好了请评价.-sort of binary tree data structure course design. Their handed over a semester to design reports. Please use the commentary price.
数据结构_用VC编写_二叉排序树
- 这是用vc编写的二叉树排序算法 希望大家多给意见 是数据结构的一种算法-vc prepared by the binary tree algorithm to hope everyone is a data structure algorithms
树的操作与维护
- 数据结构--树的常见操作及维护算法的实现-data structure -- a common tree operation and maintenance of the algorithm to achieve
数据结构的一些简单编程题
- 数据结构的一些简单编程题,二叉树结构,遍历的递归于非递归算法-data structure that some simple programming, binary tree structure, traverse the non - recursive recursive algorithm
本人用C++编写的数据结构
- 本人大学时编写的算法包括 堆栈数据结构 链表数据结构 及二叉树等。。。。。。很多很全-I am prepared by the university, including stack algorithm data structure Chain and binary tree data structure so. . . . . . The whole lot
数据结构和算法Flash动画演示
- 数据结构和算法Flash动画演示 B树的删除,B树的生长过程,串的顺序存储,单链表结点的插入,单链表结点的删除,堆排序,二叉排序树的删除等-data structures and algorithms Flash animation demo B-tree removal, B-tree growth, the sequence string storage, single linked list of nodes inserted, single linked list of nodes re
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
B+树实现旅游图站点搜索
- 一、 需求分析: (1) 已知某市每条公路路线及沿途所经过的站名,要实现的功能是:在任一车站终端查询知道 1、 是否有公共汽车到达指定的目的地(任一站点) 2、 若有,打印出乘车的路线(不一定唯一)。如需中途换车,应指示在哪里换哪条线路的车。 (2) 实现的数据结构:因为将公共交通图看成是一个有向图,所以选择十字链表为其数据结构。 其中有信息点为:站点的连接关系(十字链表的弧头和弧尾链域很好的实现了这个功能) 反应途径的线路号(这个当作弧的信息域,含有两个往返的方向,并且每个方向又对
C++数据结构代码
- 本压缩包里含有队列、链表(单链表、双链表和循环链表)、栈、队列、两个栈实现一个队列、二叉树等数据结构的C++代码实现。
数据结构
- 通过给定二叉树的先序和中序确定唯一一个二叉树,并以各种方式输出
5107600数据结构配套光盘
- 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。((Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The
0127遍历二叉树和二叉树线索化
- 大学数据结构.遍历二叉树与二叉树的线索化实验报告和结果(THIS IS SHUJUJIEGOU TREE AND CONVERSATION)
二叉树
- 数据结构中的二叉树结构,使用的语言应该是C++(Data structure of the two fork tree structure, the use of language should be C++)
数据结构典型实验
- 此压缩包包含三个典型的数据结构入门实验的代码和使用说明和运行结果。程序注释详尽,说明中程序的要求以及运行结果详细,是进行数据结构学习的初学者不可错过的学习资料。 具体包含:十字链表与矩阵、哈希表、二叉树计算器实验三部分(The compressed package contains three typical data structures, which are introductory experiment code, operation instructions and operation
大话数据结构
- 数据结构讲解,数组列表树网,查找排序,浅析时间复杂度(about data structure)
数据结构程序设计,里面包括有若瑟夫环
- 数据结构程序设计,里面包括有若瑟夫环,拓扑排序,各种内部排序比较,二叉树排序(带实验报告)(Data structure programming, including Joseph ring, topological sorting, various internal sorting comparisons, binary tree sorting (with experimental report))
数据结构代码
- 数据结构代码,包括主要数据类型(顺序表,链表,队列,树,图)的实现(Data structure code, including main data types)