资源列表
mergeSort
- 合并排序,实现数组的排序,时间复杂度为nlogn-Merge Sort
binarySearch
- 二分查找,在一个已排序的数组中查找某一元素是否存在-Binary Search
Fabnacci
- 斐波那契数列求解,给定一个索引地址,求出斐波那契数列中对应索引的值-Fabnacci array
insertSort
- 插入排序,对数据进行排序,时间复杂度为n*n-Insert Sort
bubbleSort
- 冒泡排序,实现数据排序,时间复杂度为n*n-bubble sort
Quene
- 线性表、链表、队列的实现,为初学者所用-Array list and Link list
nQueen
- 用回溯法解决n皇后问的的cpp解决方案-n Queens question
bpsk_2
- bpsk信号进行fft快速算法,矩阵处理SVD分解-bpsk signal fft fast algorithm, SVD decomposition
C-round-robin-list-Josephus
- 数据结构实验求解Josephus问题,用C语言实现,单循环链表结构。-Experimental data structure to solve the Josephus problem, using C language, round robin list structure.
C-Vector-Josephus
- C语言求解Josephus问题,10个人排队,固定人数,数据结构实验。-Josephus C language to solve problems, 10 people queuing, fixed number of experimental data structure.
match-of-characters
- 用朴素模式匹配算法和快速模式匹配算法实现字符串的模式匹配为题,带有详细的运行说明。-With a simple pattern matching algorithm and fast pattern matching algorithm string pattern matching the title, with a detailed descr iption of the operation.
Tower-of-Hanoi
- 该文件包括了非递归、换位递归、汉诺塔、汉诺塔2、汉诺塔画图版、四塔、四塔2这7个c源文件-The document includes a non-recursive, transposition recursion, Tower of Hanoi, Hanoi Tower 2, Tower of Hanoi drawing version, four towers, four towers 2 7 c source files