The app for independent voices

Give me 2 mins and I'll teach you how Big O works:

• Big O tells how much slower a code gets as the input increases.

• There are best, average, and worst cases for a specific algorithm.

• Also there are Big Os for time, memory, and storage efficiency.

• Big O helps to understand which data structures or algorithms have better performance.

• Big O shows the growth rate and not the actual speed. So it's important to test the input data.

What else would you add?

Jul 5
at
12:29 PM

Log in or sign up

Join the most interesting and insightful discussions.