Big O(no) ...tation
January 22, 2020 • 16 min read ☕️☕️☕️Big O describes how things scale by their inputs, for both time
and space
complexity.
Big O describes how things scale by their inputs, for both time
and space
complexity.
Fell for the ol' default JavaScript sorting algorithm trap when working with numbers. 😲