March 29, 2020
BY kef1
Comments
DYNAMIC PROGRAMMING
O verview
Dynamic programming(DP) is a general, powerful algorithm design
technique coined by American mathematician Richard Belman. Its
heavily used in graphs, AI,
ML, and many more difficult sounding fields
and areas.Used to cut down
the time-consuming techniques for solving a program. Basically,
●
Dynamic...