Multiple choice

Which of the following functions is used for expressing the upper bound of the running time of an algorithm?

  1. Little-O Notation

  2. Time Complexity

  3. Big-O Notation

  4. Program

  5. Space Complexity

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

It is the function of expressing the upper bound of the running time of an algorithm.