资源列表
chain
- 建立一个数据链表,产生内存分配单元,易读性好-The establishment of a data list, resulting in memory allocation units, better readability
chainoperate
- 链表的基本操作,链表插入和删除一个单元的基本思想与方法-List of basic operations, insert and delete a list element of the basic ideas and methods
PinDp
- 一种动态规格算法,所谓的插头dp,提供详细的分析,另附带一道练习。-This document is about a dynamic programming method, providing Detailed analysis and code.
SuffixArray
- 提供后缀数组详细构造的详细分析,提供算法源码和一道练习。-This document is about Linear Work Suffix Array Construction,providing detailed analysis and code.
classicalproblem
- 北大ACM网站上的一些经典题目,对于提供算法能力有帮助。-Some classical problems in acm web site of pku.It s helpful to improve algorithm ability.
BigNum
- 类封装的大整数模板,支持数百位整数的四则运算-A BigNumber class
YUESEFU
- 用词语言编写的一个解决约瑟夫环问题的程序,仅供参考。-Written in terms of a solution to the problem of the process Joseph Central, for reference only.
dijstra_heap
- 可以通过此算法高效的生成最小生成树。是对dijstra算法的优化。 -This algorithm can efficiently generate the minimum spanning tree. Is dijstra algorithms.
spfa
- 求单源最短路的SPFA算法的全称是:Shortest Path Faster Algorithm。 这个是自己写的,思想还是一样发的。-Demand single-source shortest path algorithm SPFA name is: Shortest Path Faster Algorithm. This is his writing, and thinking is the same hair.
sift
- sift 由兩張圖片算出特徵點匹配演算法-sift calculated by the two pictures feature points matching algorithm
datastructures
- 各种数据结构的实现 包括顺序表、单链表、双向链表、循环链表、顺序栈、链式栈、顺序队列、链式队列、优先级队列、串、二叉树、线索二叉树、哈夫曼树、B+树、图的c++实现-Implementation of the various data structures, including order forms, a single linked list, doubly linked lists, circular list, the order of the stack, the stack chain
12032193
- It is B+ Tree structure for arranging data.
