Topic archive · 3 notes

Algorithms

Practical articles, implementation notes, and lessons learned from real software projects.

Big-O Notation in Algorithms

Sep 14, 2021English · 5 min
Big-O Complexity Chart

Big-O notation is one of the most important tools we use to measure the performance and time complexity of an algorithm we designed. In other words, it is the language and metric we use…

Read article