Computer Science, asked by ajayaa28, 7 months ago

Which of the following uses memoization?​

Answers

Answered by sakshamsrivastava653
1

Answer:

In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again. Memoization has also been used in other contexts (and for purposes other than speed gains), such as in simple mutually recursive descent parsing.[1] Although related to caching, memoization refers to a specific case of this optimization, distinguishing it from forms of caching such as buffering or page replacement. In the context of some logic programming languages, memoization is also known as tabling.

Answered by hridayanandsingh8130
2

Answer:

dynamic programming approach

Similar questions