takeupcode.com
37: Big-O Notation. Take It To The Limit.
Big-O notation gives you the ability to describe how fast your code will run if given a large problem. It does not base anything on how fast or slow your computer actually is. It just looks at the …