How To Measure Algorithm Complexity? The Big O
Think about when you’ve successfully made an algorithm to solve a problem, you’ll be happy of course. But what if your algorithm is actually quite slow and you can make faster algorithms? How to tell how fast or slow your algorithm is going to be? The Big O Notation is the answer. The Big O … Read more