2019.9.7 common time complexity, the consumption of time from small to large

O(1)<O(logn)<O(n)<O(nlogn)<O(n²)<O(n³)<O(2^n)<0(n!)<O(n^n)

Guess you like

Origin www.cnblogs.com/lishuide/p/11483427.html