Wizard-Guido/Wizard-Guido.github.io

Handy CheatSheet | 二进制的流浪

Opened this issue · 0 comments

https://wizard-guido.github.io/2021/10/27/Handy-CheatSheet/#more

Algorithm Time Complexity Algorithm Best Time Complexity Ave TC Worst TC Selection Sort Ω($n^2$) Θ($n^2$) O($n^2$) Bubble Sort Ω($n$) Θ($n^2$) O($n^2$) Insertion Sort Ω($n$) Θ($n^2$) O($n^2$)