Computer scienceAlgorithms and Data StructuresIntro to algorithms and data structuresUnderstanding algorithms and complexity analysis

Big O: how to count it

Why do we talk about big numbers?

Report a typo

You have a task and you want to choose the best algorithm to solve it. The input size is nn.

The first algorithm needs to do n2n^2 operations to solve your task. Another algorithm requires 1000n1000*n operations. You know that in your case n<=100n<=100. Which algorithm should you choose?

Select one option from the list
___

Create a free account to access the full topic