Understanding the big O (big oh) notation

The big O notation is very essential for the evaluation of algorithms. We want to have a solid understanding of this notation and how to use this in the future. we are going to talk about the massive O notation in the course of this phase. Our algorithm for finding the books and placing them has n number of objects. For the first book search, it’s going to evaluate n number of books for the worst case situation. If we

Read more