Big O notation explained: DSA-01
What is Big O notation?
Big O notation is used to measure how the running time or space requirements for our program grows as input grows.
Measuring running time growth is time complexity. (In this post we focus on time complexity)
Measuring space g...
alenabraham.com2 min read
Andrew Baisden
Software Developer | Content Creator | AI, Tech, Programming
Great explanation this is a topic that comes up a lot during software engineering interviews.