Multiple choice

Which of the following algorithms calls itself with smaller inputs, and obtains the outputs for the current input by applying simple operations to the returned value of the smaller input?

  1. Little Omega Notation

  2. Theta Notaion

  3. Recursive Algorithm

  4. Probabilistics Algorithm

  5. Greedy Algorithm

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

It is an algorithm which calls itself with smaller inputs and obtains the outputs for the current input by applying simple operaions to the returned value of the smaller input.