Friday, May 14, 2021

BIG O

Big O notation is
- one of the most fundamental tools for computer scientists to analyze the cost of an algorithm.

In plain words, Big O notation describes the complexity of your code using algebraic terms.

It is a good practice for software engineers to understand in-depth as well.


No comments:

Post a Comment

DSA Study Path

  How to start learning Data Structures and Algorithms? What are the best resources for learning DSA? Which algorithms are the most importan...