资源列表
Graph
- 邻接矩阵的建立,赋值和输出所建立 的矩阵-The establishment of the adjacency matrix, assignment and the output of a matrix
introduction-to-algorithm
- 算法导论第三版书里的部分代码(大约到第22章,22章之后的代码稍后会更新)。-introduce to algorithm,this compressed file includes all the source code before chapter 22 (including 22), which all are writen by myself.
Stack_buffer
- 用堆存储方式实现字符串的基本操作的课程设计涵盖了丰富的堆栈操作 最主要的是有详细的PPT介绍说明-Heap storage for string with the basic operation of the curriculum covers a wealth of stack operations is most important is a detailed descr iption of PPT Introduction
O(n)-O(n2)-O(nlogn)
- complexity of the algorithm O(n^2) O(n) O(n*logn)
Trie
- Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
FixMath
- VC++下面实现的矩阵定运算,采用定点数运算法则,包含基本的加减乘,求逆-VC++ to achieve the following set of matrix operations, using fixed point algorithms, including basic addition and subtraction, multiplication, inverse
basicoperation_forstack
- 包括数据结构中栈的一些基本操作如 push,pop,同时包括了栈的一些常用 经典算法,如表达式求值等,还有一些构建栈的常用算法,如构建字符栈,表达式栈-Including data structures some of the basic operation of the stack, such as push, pop, also include a stack of some commonly used classical algorithms, such as expression
Tower_of_hanoi
- 初学C++时编写的一个解汉诺塔问题的小程序.使用递归算法.-Tower of Hanoi
sort
- 各种排序算法的C++实现。完整的工程文件。适合初学者。-A variety of sorting algorithms in C++ implementation. The complete project file. Suitable for beginners.
data-struct
- 对于数据结构每一章节的相应的练习题,巩固好数据结构-To consolidate data structure corresponding practice questions for each chapter of the data structure
maze
- 迷宫算法,用户指定迷宫的大小,然后找出至少一条走出迷宫的出路- find a way to path the maze
Qlink3
- 很牛逼的链表结果和操作。只有对数据结构理解很深的人才能写出来的优秀代码-The list is very牛逼results and operations. Only a deep understanding of data structures out of people who can write good code
