Caterpillar interview question

What is dynamic programming used for ?

Interview Answer

Anonymous

28 Nov 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.