Time and Space Complexity

Keno Leon
Level Up Coding
Published in
10 min readMar 18, 2020

--

Basics and the big O notation.

Why read this?

3 reasons: I recently failed a coding challenge not because my answer was wrong but because it took too long to execute. Knowing about time and space complexity could have helped and is a popular question in coding interviews.

As a self taught coder, I’ve encountered the following statement every so often “you

--

--