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
Full-Stack Engineer | AI-Augmented Developer | React • TypeScript • Node • Python | Cursor + Claude daily
Great explanation this is a topic that comes up a lot during software engineering interviews.