Computer Science, asked by AmmuShivani5541, 1 year ago

Why dynamic programming algorithm not using recursion directly?


Anonymous: hy

Answers

Answered by aaryashgaikwad47
0

this is your answer please save in balrainlist

Attachments:
Answered by rahul077
0

here is the answer

dynamic programming algorithm not using recursion directly

In theory, yes.memory constraints can occasionally create problem in

practice.

you may not have enough memory to hold the entire memorized state.

your stack may not be large enough to hold the whole chain, if the recursive function follows a path that touches almost every state this can be avoided by implementing your own stack.

mark me brainlist

Similar questions