Understanding the Almighty Big-O Notation
Big-O Notation is an important concept in data structure and algorithm as it's the metric used to describe the efficiency of an algorithm. It also measures the complexity, whether time or space of an algorithm. Without a proper understanding of Big O...
johnpels.hashnode.dev6 min read