Articles by Tag #bigo

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Understanding Big O Notation for Frontend Developers

Understanding Big O Notation for Frontend Developers Hey there, fellow frontend...

Learn More 5 0Jan 23

Understanding Big O Notation: A Beginner's Reflection on Writing Better Programs

In this article, I'll share what I have learned about Big O Notation, why it matters, and how to measure it. I'll focus on the three most common time complexities: O(1), O(n), and O(n²).

Learn More 0 0Dec 17 '24