« Comparing different time complexities

Comparing different time complexities

log(n) -> n -> n2 -> n3 -> .... -> 2n

Above are time complexities in order of the time taken by them.

comparing_time_complexities.jpg