资源列表
floyd
- 这个可以用于导弹发射问题,可以搜索出发射最短路径(you can select the best way)
数据结构
- 数据结构基本代码,包括了栈、队列、链表、递归等基本知识,适合初学者(basic code of data structure, suitable for beginners)
data_str
- 数据结构的基本代码,包括了堆、栈、链表等,适合初学者参考(Data structure of the basic code, including the heap, stack, linked list, etc., suitable for beginners reference)
实用算法基础教程(ACM-ICPC初级学习资料)
- 主要关于ACM/ICPC的算法讲解,使用的语言为c和c++,对ACM有兴趣的同学可以下载。(Mainly on the ACM/ICPC algorithm to explain, the use of language for C and c++, ACM interested students can download.)
STACk
- 一个简单的c++代码实现,我们使用数组来实现栈(We use array to build a stack.)
查找算法
- 在Windows平台下VS2010实现了集中基本的查找算法,数据结构的基础(In the Windows platform, VS2010 implements the basic search algorithm, data structure foundation)
顺序表
- 顺序表是在计算机内存中以数组的形式保存的线性表,是指用一组地址连续的存储单元依次存储数据元素的线性结构。线性表采用顺序存储的方式存储就称之为顺序表。顺序表是将表中的结点依次存放在计算机内存中一组地址连续的存储单元中。本程序设计顺序表的创建销毁插入遍历等操作。(A sequential table is a linear list stored in an array of memory in a computer memory. It is a linear structure that sto
机器学习入门资料
- 机器学习资料,可用于机器学习入门,大神讲解(Machine learning data, can be used for machine learning portal, great God explained)
Lab3
- 可以运算+-*/%和括号的计算器,在终端运行(Terminal calculator with parentheses and so on)
归并排序
- 这是关于严蔚敏版的《数据结构》第八章归并排序(This is the eight version of the data structure, chapter viii merge sort)
直接插入排序
- 这是关于严蔚敏版的《数据结构》第八章直接 插入排序(This is the eighth chapter of the data structure for the Yan Weimin edition Insertion sort)
十五个经典算法研究与总结、目录+索引(by_
- 十五个经典算法研究与总结、目录+索引(转)(classical algorithm)