资源列表
算法竞赛
- 算法竞赛,里面包含了所有算法,适合算法初学者(Algorithm competition, which contains all the algorithms, suitable for beginners)
排序算法
- 多种排序算法合集,冒泡排序、快排、选择排序、希尔排序算法、插值排序算法、c++程序实现(Multiple sorting algorithm)
prim
- 最小生成树prim算法,用于处理图论知识比较有用(Minimum spanning tree prim algorithm)
算法导论
- 算法导论第三版的答案,用c++泛型编程。(algorithm solution with c++)
Problem1
- 用各种方法遍历二叉树.好好好好哦啊哦龚波负(Various methods traverse two fork tree)
program2
- 将线性表(顺序存储)中前 m 个元素和后 n 个元素进行互换(m+n<length)。 注意算法的空间复杂度。(Swap the first m elements of the linear table (sequential storage) and the latter n elements (m+n<length). Note the space complexity of the algorithm.)
Data Structure and Algorithm Analysis in C
- Data Structures and AlgorithData Algorithm Analysis in C
归并排序
- 归并算法说明排序中可以有很多种,这只是其中一种较为简单的,还有单链表(This is a programming for sort.)
数据结构
- 数据结构简单明了的介绍。初探数据结构原理(The data structure is simple and clear. Data structure principle)
StarkeClaytonStrideSegmentationPeerJ
- First, the aim was to present innovative solutions on the areas that this book has already discussed in previous chapters
实验一
- 1、设线性表的数据元素都为整数,存放在顺序表S中且递增有序。设计算法,将x插入到顺序表S的适当位置上,以保持线性表的有序性。 2、线性表使用顺序表作存储结构,设计算法,仅用一个辅助结点,实现将顺序表中的结点循环右移k位的运算。 3、设计算法,仅用一个辅助结点,实现将顺序存储的线性表中的数据元素逆置。(1. The data elements of the linear table are all integers. They are stored in the sequential tabl
n皇后问题
- n皇后问题 课程设计上的一个小作业 水平有限(n-queen problem A small assignment in the curriculum design is limited)
