• Courses
  • Tutorials
  • Practice
Switch to Dark Mode

Algorithms | Analysis of Algorithms | Question 4

Last Updated : Jan 13, 2025
Discuss
Comments

O( n2 ) is the worst case time complexity, so among the given options it can represent :-

A

O( n )

B

O( 1 )

C

O ( nlogn )

D

All of the above

Share your thoughts in the comments