Big O Notation
Big O: How to Determine the Efficeiency of Some Function
To determine what the the efficiency of some function is, first we have to
clarify what we mean by efficient.
Do we mean:
* Faster?
* Less memory intensive?
* Easy to read?
Let’s break these three concepts down into a little