Question

If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be:

A O(n)
B O(n log n)
C O(n²)
D O(n³)
E O(1)
Practice Next

Hey! Ask a query