SLB interview question

What's dynamic programming?

Interview Answer

Anonymous

14 Sept 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