Big O Notation.
Big notation is a way for you to describe how the time it takes for your function to run grows in respect to the size of the input of said function.
If you have a function that runs a loop to add a set of numbers in an array, one question one might a...
dondaniel.hashnode.dev4 min read