🎴 Flashcard Mode

File Structures and Algorithms

Card1 / 15
Mastered0
Review0
QuestionClick to flip

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?

AnswerClick to flip back
A
Recursive Algorithm
💡 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.

Change Mode