Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 153 Bytes

dynamic_programming.md

File metadata and controls

4 lines (2 loc) · 153 Bytes

Dynamic programming:

Memoization : it is memorizing the results of some specific states, which can then be later accessed to solve other sub-problems.