Understanding Big-O Notation
What is Big-O Notation?
Big-O Notation is a mathematical concept used in computer science to describe efficiency of an algorithm in terms of its time or space complexity as the input size grows. It provides a high-level understanding of how the runti...
southafricadevelopers.hashnode.dev6 min read