Big O Notation pt.1: Time Complexity
dev.to·5h·
Discuss: DEV

Hello again 🙋🏻‍♀️ If you’re starting your programming journey, you’ve probably heard the term Big O notation or Time complexity of an algorithm. You may have also wondered why a solution is better than another, though they both do the same thing! At first, it might look like some scary math formula but don’t worry! In this post, we’ll break it down into simple words and examples so you can understand exactly what it means and why it matters.

This post is part one of a two-part series:

  • Part 1 (this post): Time Complexity
  • Part 2 (next post): Space Complexity

📑 Table of Contents

Similar Posts

Loading similar posts...