Caterpillar Interview Question

What is dynamic programming used for ?

Interview Answer

Anonymous

Nov 28, 2023

To solve a complex problem but splitting that into overlapping sub-problems and solving those sub-problems to generalize its solution to the solution of overall complex problem.