In optimizing a recursive algorithm with memoization, a programmer finds that the program runs out of memory.What is a potential solution? - Study24x7
Social learning Network
2 followers study24x7 09 Sep 2024 01:28 PM study24x7 study24x7

In optimizing a recursive algorithm with memoization, a programmer finds that the program runs out of memory.
See more

A

Increasing the available memory

B

Converting the recursion to iterative form to use less memory

C

Reducing the problem size

D

Using a more efficient memoization strategy

study24x7
Write a comment
Most Related Articles