资源列表
Java_suanfa
- java 数据结构,一款很不错的书籍,希望对大家有所帮助。-java
N_missionaries_and_N_Savage
- 历史上著名的N教士与N野人问题,有点意思!-N missionaries with the issue of N Savage
paixu
- 基于C++的排序各种排序操作,包括快速排序,shell排序,随机排序,选择排序等-C++ based on a variety of sort of sorting operation, including the quick sort, shell sort, random order, select Sort, etc.
kruskal
- 废话少说,下面是大家都熟悉的kruskal算法,重点在于实现,时间复杂度为O(e*loge),其中e为边数。
kmp
- kmp算法:查找一个字符串是不是另一个字符串的子串-kmp algorithm: to see whether a string is a substring of another string
Trie
- Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
winTree
- 赢者树数据结构,用于外排序,可以实现大数据量的排序-a data structure of WinnerTree, can be used for sorting large amount of data which is larger than the memory of the computer
BigMultiple
- 该算法可以实现任意大小的整数或浮点数的乘法-The algorithm can achieve any size of integer or floating point multiplication
suanfadaolun-v2.0
- 算法是程序的灵魂,算法导论对程序员有很大的指导及提高的作用.程序员必读课本.-Algorithm is the soul of the procedures, algorithms Introduction to the programmer a great guide and enhance the role. Programmers reading textbooks.
xbfs
- 课程设计,一套自己实现的基于位图管理的文件系统-Curriculum design, the realization of a set of their own bitmap based document management system
TravelingSalesmanProblem
- 用便宜算法解决旅行商问题,附测试用例和报告-Cheap algorithm used to solve traveling salesman problem, with test cases and reporting
ArithmeticExpressionEvaluation
- 算术表达式求值 从键盘读入一个合法的算术表达式,输出正确的结果,并显示输入序列和栈的变化过程。-Arithmetic Expression Evaluation Reading from the keyboard into a legitimate expression of the arithmetic, the output correct results, and display the input sequence and stack the process of change.
