lightning_fast_coder's blog

By lightning_fast_coder, history, 5 years ago, In English

How should I start learning Dynamic Programming?

| Write comment?
»
5 years ago, hide # |
 
Vote: I like it +4 Vote: I do not like it

You can start by solving some problems on dynamic programming

»
5 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Solve backtracking problems and think how much can you improve if you save intermediate answers.