Domanda di colloquio di SLB

What's dynamic programming?

Risposta di colloquio

Anonimo

14 set 2017

Dynamic programming is simply define as combination of recursion with memorization. It's use to optimize the solution if the problem hv optimal substructure.

1