资源列表
datastructurecodeIIyanweimin
- 严蔚敏 数据结构 书中全部代码 本代码全由C语言实现-YANWEIMIN s book <data structure> code
Apriori
- Apriori算法,功能很强大,很详细,可以直接调用-Apriori algorithm, feature a very powerful, very detailed, you can directly call the
DS0510
- 数据结构程序清单,包括数据结构中的所有程序和算法-Program list data structure, including data structure and algorithm for all programs
TenSortAlgorithm
- 十种排序算法,包括常用的排序算法,选择,快速等-10 kinds of sorting algorithms, including commonly used sorting algorithms, selection, quick, etc.
DataStructureAlgorithm
- 各种数据结构的常用算法,包括List,Tree,Graph,Stack-A variety of data structures commonly used algorithms, including the List, Tree, Graph, Stack
algorithm
- 非常实用的非递归二叉树遍历算法,可以解决许多生活中时机的问题-Very useful non-recursive binary tree traversal algorithm that can solve many problems in life time
xtsort
- 快速排序算法代码实现,可以对不同格式的数据快速排序。-Quicksort is a fine general purpose sorting algorithm. For different kinds of data, however, it may not be the fastest or the best. For example, it has trouble sorting lists that contain many duplicate values and the al
main
- 用四种方法求Fibonacci数 用四种方法求Fibonacci数-Fibonacci number using four methods of seeking
kmp
- KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
Nearest
- 分别利用分治法及穷举法求解最近点对问题,输出查找结果及比较次数。-Use, respectively, sub-rule method and brute-force method for solving the nearest point of the problem, the output and compare the number of search results.
data_structure_demo
- 一个算法演示系统,里面有数据结构中的各种算法演示-An algorithm demonstration system, which are data structures of the various algorithms demo
code
- 严尉敏数据结构(c语言版)代码