Блог пользователя try_n_catch

Автор try_n_catch, история, 6 лет назад, По-английски

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

Теги #dp
  • Проголосовать: нравится
  • -4
  • Проголосовать: не нравится

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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 лет назад, # |
Rev. 2   Проголосовать: нравится +10 Проголосовать: не нравится

NVM stupid friend posted random shit.

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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