big-o

What Is Big O

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.