Computer Science, asked by aravind1511, 9 months ago

When a top-down approach of dynamic programming is applied to a problem, it usually

Answers

Answered by moinulhaque786
3

 The top-down approach uses the memoization technique which stores the previously calculated values. Due to this, the time complexity is decreased but the space complexity is increased.

Similar questions