oartihsin's blog

By oartihsin, history, 4 years ago, In English

I have been solving problems for quite a while. Even I acknowledge that I am not a quick learner but I try my best. Recently I got some resources to improve my skills. But even in those resources I get stuck at problems which involve** Dynamic Programming** and Advanced Recursion. I also surfed through the web but none of them are simple enough to cover the entire concept. Can someone help me out by providing some advises or maybe some learning resource? It would be a great help.

  • Vote: I like it
  • +4
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it
  • Did you try this Book CP Handbook. It covers some standard DP tasks along with codes.

  • After that the best step is to solve tasks at AtCoder Educational DP contest Here.

  • The rest is... you know.

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

This blog might be helpful. :)

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

I've only heard of recursion. What is advanced recursion?

»
4 years ago, # |
  Vote: I like it +1 Vote: I do not like it

https://atcoder.jp/contests/dp/tasks This sheet helped me a lot.