try_n_catch's blog

By try_n_catch, history, 6 years ago, In English

Can anyone suggest me from where I can start Dynamic Programming. Some problems from which I can be good at DP.

Tags #dp
  • Vote: I like it
  • -4
  • Vote: I do not like it

| Write comment?
»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

There are many very good resources, blogs and youtube channels available online. I started off from hackerearth dp playlist https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/tutorial/. Here problems are easy to start off. along with it, I watch youtube channels of Rachit Jain (https://www.youtube.com/channel/UC9fDC_eBh9e_bogw87DbGKQ) and Gaurav Sen (https://www.youtube.com/channel/UCRPMAqdtSgd0Ipeef7iFsKw). With time I found that I developed with it.

Hope it helps :D. In case you need any specific help feel free to message me.

»
6 years ago, # |
Rev. 2   Vote: I like it +10 Vote: I do not like it

NVM stupid friend posted random shit.

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

Hackerrank has an awesome set of dp problems . Just give it a try , it will surely help