资源列表
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语言版)代码
Banker
- 计算机操作系统死锁的避免--银行家算法C语言版。-Computer operating system deadlock detection algorithm for C language.
20071160083341
- 二叉树的遍历,中序,后序,前序。 二叉树的遍历,中序,后序,前序。-Binary tree traversal, in order, post order, the former order. Binary tree traversal, in order, post order, the former order. Binary tree traversal, in order, post order, the former order.
datastucture
- 用于数据结构中树的实现,包括二叉树的遍历,创建,以及哈弗曼树的实现-For the realization of the tree data structure, including the binary tree traversal, creation, as well as the realization of the tree Havermann
