Big O Notation

As programmers, we often find ourselves asking the same two questions over and over again :


What is Big O Notation ?

Big O Notation gives and upper bound of the complexity in the worst case, helping to quantify performance as the input size becomes arbitrarily large

we put n - the size of the input Complexities ordered in from smallest to largest :


Big O Properties