Google News
logo
Data Structures Algorithms - Quiz(MCQ)
Which of the following uses memoization?
A)
Greedy approach
B)
Divide and conquer approach
C)
Dynamic programming approach
D)
None of the above

Correct Answer :   Dynamic programming approach


Explanation : Remembering the results of previously calculated solutions is called memoization.

Advertisement