Algorithm Time Complexities
August 1, 2023
I had another interview today, so after work yesterday, I spent most of my time preparing. But that doesn’t mean I did nothing math or programming related…
I did some light reading on data structures and algorithms -- primarily focusing on algorithm time complexities.
Now I’m a bit tired, so I don’t feel like writing a lot.
That’s why I’m keeping things simple today.
Using Python and the Matplotlib library, I created some graphs to show some common algorithm time complexities.
Here they are in order from most effective to least…

Constant Time

Logarithmic Time

Linear Time

Log Linear Time

Quadratic Time

Cubic Time
