资源列表
Array
- 数据结构中,排序的操作,包括希尔排序、冒泡排序、直接选择排序等-Data structures, sorting operations, including Hill sort, bubble sort, selection sort, etc. directly
Clustering-procedure
- 非常好的各种聚类程序的实现,采用C++实现-Very good implementation of a variety of clustering procedures, the use of C++ implementation
hannuota
- 算法设计与分析实验中的汉诺塔问题,给定层数,实现塔的转移-Algorithm design and analysis of experiments in the Tower of Hanoi problem, given the number of layers to achieve the transfer of the tower
linkedstack-and-queue
- 数据结构中的链接栈与循环队列的实现,工程简介规范-Link stack data structure with circular queue implementation, project profile specification
Using-binary-tree
- 数据结构课程设计 利用二叉树存储表达式,并求值,返回-Curriculum design using the binary tree data structure stored in the expression and evaluation, return
dan
- 运筹学单纯形表算法,简单明了。直接得出答案-Operations Research tableau algorithm is simple. Directly to the answer
ADT_DSTable_BSTaAVL
- 抽象数据类型(ADT)实验之动态查找表: 二叉排序树与二叉平衡树两种存储结构-ADT of Dynamic Search Table. There are two types: 1.Binary Sort Tree 2.AVL Tree
hcfhcf
- 查找算法,,有各种各样的排序源程序代码,c++版-all kind of search
elective
- 基于文件系统的选课系统,涉及文件读写,查询匹配算法,数据结构-The elective system based on file system, file reading and writing involved, query matching algorithms, data structures
labyrinth-question
- 以一个m*m 的方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口的通道,或得出没有通路的结论。-M* m of a square that maze, 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the maze, find a channel from the entrance, or come to the
data-structure-algorithm(CPP)
- 数据结构算法,都是基本算法,供大家学习。使用c++面向对象形式编写,各种算法都封装在各自的类里,如果想增加功能,在相应的类里增加函数即可。-Data structure algorithms, are the basic algorithm, for all to learn. Using c++ object-oriented form of writing, various algorithms are encapsulated in their own class, if you want
erchashusuanfa
- 用递归方法分别先序、中序和后序遍历二叉树。动态显示二叉树的建立过程。 步骤:定义二叉树的结构体,开辟空间,构建二叉树。编写子函数,遍历构建的二叉树。 -A recursive first order, respectively, in order, and post-order traversal binary tree. Dynamic display binary tree building process. Steps: definition of binary tree str
