Wizard-Guido / Wizard-Guido.github.io

HEXO BLOG
https://wizard-guido.github.io/
0 stars 0 forks source link

Handy CheatSheet | 二进制的流浪 #14

Open Wizard-Guido opened 2 years ago

Wizard-Guido commented 2 years ago

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$)