My order by their Big-O order would be: 8,5,3,1,2,7,6,4. Would this be the correct order?
- $f(n) = C$ where $C$ is some constant
- $f(n) = \log (n) $
- $f(n) = n^6 $
- $f(n) = n! $
- $f(n) = 6^n $
- $f(n) = 5n \log (n)$
- $f(n) = \log(2n)$
- $f(n) = 6n$
My order by their Big-O order would be: 8,5,3,1,2,7,6,4. Would this be the correct order?
Copyright © 2021 JogjaFile Inc.