Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 933 Bytes

File metadata and controls

20 lines (20 loc) · 933 Bytes
math method formula 数学方法 公式 参考文献
Gauss 高斯算法
Fourier Transformation 傅里叶变换 $F(\omega)=\mathscr{F}[f(t)]=\int_{-\infin}^{\infin}$ 1
等差数列求和公式
$$
###排序算法 sort algorithm
名字 sort time complexity process
-- :--: :--: :--:
冒泡排序 Bubble Sort $\Theta(n^2) $ more
选择排序 Select Sort $\Theta(n^2) $ max打擂台比武招亲
快速排序 Quick Sort $\Theta(nlog_2n)$ <-std->标杆分组
希尔排序 Shell Sort
插入排序 Insertion Sort $\Theta(n^2) $ move--> more扑克牌排序
堆排序 Heap Sort
归并排序 Merge Sort
基数排序 Radix Sort
交换排序 Swap Sort
二分法插入排序 Binary Sort
二叉数排序 Binary Tree sort $\Theta(nlog_2n)$ 顺序二叉数