资源列表
CloseSTPair
- 分治算法,分离点对,计算最小距离,采用分而治之的策略,代码清新明了,易读性强-CloseSTPair: Complute the shortest distanse
Sorting
- 采用C++语言实现了冒泡排序、选择排序、插入排序算法-Using C++ language to achieve a bubble sort, selection sort, insertion sort algorithm
familytree-menu-console
- 控制台编程练习-数据结构大作业 家谱管理系统(txt文件作为数据库) 基本的添加、删除、更新家谱信息-familytree management system
YoSePh
- 通过一个比较新颖的算法解决约瑟夫问题,有两个参数一个为总个数N,一个为间隔数目为M-Solve YosePh Problems By a New method
ddeque
- 双端队列,两种方法实现,1种是数组,一种是vc里自带的容器,增长方向为对向增长-double deque
lock_free
- 跨平台(window,Unix),c++开发,免加锁队列,多个生产者,多个消费者,实现真正的lock fr-lock free ,multi_products and multi_customs,cross platform(windows,unix)
contraction_hierarchies-master
- 实现了dijstra算法的c++代码,但是计算速度不是很理想-Achieved dijstra algorithm c++ code
KMP
- 关于KMP算法:字符串匹配问题。朴素匹配算法的改进版本。理解起来有些难度,但是十分高效-On the KMP algorithm: string matching problem. Improved version of the simple matching algorithm. To understand difficult, but very efficient
220700203
- 数据结构算法实现。链表的实现。简单易懂。算术算法-Data structure algorithm. Linked list implementation. Straightforward.
CRussiaOK
- 俄罗斯方块,之前的数据结构课程设计,希望对大家有所帮助-Tetris, the data structures course design
MatrixMultiply
- 算法设计与分析 王晓东版的 矩阵连乘的动态规划法和备忘录法的实现-Algorithm Design and Analysis Xiaodong version of the matrix continued by the dynamic programming method and the realization of Memorandum of Law
shuju
- 电子课件数据结构第2版。作者 张乃孝,学数据结构的可以看看,大学二年级可用