lightning_fast_coder's blog

By lightning_fast_coder, history, 3 years ago, In English

How should I start learning Dynamic Programming?

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

You can start by solving some problems on dynamic programming

»
3 years ago, # |
  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.