Multiple choice

Which of the following is a function that describes the time of execution of an algorithm based on its input parameters?

  1. Big-O Notation

  2. Big-Omega Notation

  3. Theta Notation

  4. Program

  5. Time Complexity

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

It is a function that describes the time of an execution of an algorithm based on its input parameters.