Back to Questions
CSS Computer Science
QUESTION #1122
Question 1
Which asymptotic notation gives the strict upper bound for a function?
Correct Answer Explanation
Big O notation (O) describes an asymptotic upper bound, representing the worst-case scenario for the growth of a function.
Sign in to join the conversation and share your thoughts.
Log In to Comment