Algorithms - Big O Notations O(1) O(n) O(log n) Explained In Simple Terms
Big O notations help us to represent an algorithm or a program’s efficiency. In this article, we will see 3 basic Big O notations O(1), O(n) and O(log n) with simple explanations and examples with code snippets.
2021-01-17