Big O Notation Explained with an Example
Computer programming is not just knowing the syntax of a programming language like Java or Python, there's more and the almighty big O is no exception.
What is big O notation
Big O notation is used to calculate how much time and space it takes an al...
codewithibrahim.hashnode.dev3 min read
Anthony Chinwe
Interested in Full-Stack Web Development
Understanding time complexity is an important part of optimizing programs and improving efficiency. Well composed post Ibrahim.