Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: Explain the term 'Big O' notation in algorithm analysis.
Answer: Big O notation is used to describe the upper bound on the growth rate of an algorithm's time complexity in the worst-case scenario.

Example:

O(n^2) for a nested loop algorithm.
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook