Big O is used to notate the 'time and space complexity' of algorithms. It provides us with key insights into how fast an algorithm is, without getting bogged down with details.
Feb 12, 2019