资源列表
erchashu
- 二叉树的各种遍历,包括广度优先和层次遍历等。-All kinds of binary tree traversal, including the level of breadth-first traversal and so on.
2
- N皇后问题,递归实现,适合初学算法的同学,希望能对你们有所帮助-N-Queens problem, recursive, algorithm suitable for beginner students, I hope you can help
MaxSum
- 用蛮力法、分治法和减治法求最大子段和问题并比较运行时间。-With the brute force method, divide and conquer method for the treatment and reduce the largest sub-segment and the issues and compare the running time.
poj1201_SPFA
- poj1201,用SPFA实现的差分约束系统求解-use SPFA to slove POJ1201
KMP
- kmp算法的程序,效率很高,非常不错,吐血推荐-KMP algorithm procedures, efficient, very good, hematemesis Recommended
Theshortestpathmethod
- 最短路径方法The shortest path method-The shortest path method
quicksort
- quick sort implementation used in the sorting , very good program.
selectlib
- 这里有常用的选择排序,这是学习数据结构的经验总结,包含了选择排序和堆排序,以及其时间复杂度和空间复杂度的考虑,希望对大家有所帮助。-There are commonly used in selection sort, which is a summary of experiences to learn data structures, including the selection sort and heap sort, as well as its time complexity and sp
LoserTree
- 根据严蔚敏数据结构(c语言版)实现的败者树算法, 程序内含测试数据的数组, 包含详细注释. 另外程序通过大数据量测试.-According to Yan Wei-min data structure (c language version) to achieve the loser tree algorithm, the program includes an array of test data, with detailed comments. Another large amounts
tanxinfadanyuanzuidaunlujing
- 实现贪心法单源最短路径 绝对正确 算法设计与分析中贪心法的应用 环境为VC6.0-failed to translate
sorting
- 有一首长诗,被打乱成一个一个小片段,幸运的是每段都有重复的句子,要求输入这些片段后,能够输出有序的诗歌。-In this project we write a program to sort many unsorted segment files
Linklist
- 线性表的链表是实现:插入、删除、翻转,目的是掌握表,链式堆栈,链式队列的定义及基本操作 -The list is to achieve linear table: insert, delete, flip, aims to master the table, the stack chain, chain definition and basic operation of the queue