rachitiitr's blog

By rachitiitr, history, 7 years ago, In English

Hi

I have already released the playlist for Codechef August Long Challenge 2017 here.
A lot of coders face issues with DP as a beginner..
It can be very scary at first, and I understand that.

This is my attempt where I have started a playlist on YouTube where in I will publish videos starting from beginner level, and slowly delve into complex yet interesting problems associated with Dynamic Programming.

DP Playlist Link
DP Tutorial Video Link

In my first video, I've taken a "E" level problem(its easy, but the contraints can be upgraded to make it tougher) from Codeforces and explained
1. The intuition behind the DP states.
2. How do we decide the DP states.
3. How do we find the DP recurrence relations.

My next video for Dynamic Programming + Matrix Exponentiation is coming soon ;)

So stay tuned! Follow the Facebook Page : Click here

Happy Coding B-)

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

»
7 years ago, # |
  Vote: I like it +15 Vote: I do not like it

yes!! it was very scary for me at first, i had to prepare my mind to get started with dp bcz i thought it's very hard and this is a high level thing so i started by learning solutions of some of the easy problems and this builds some intuition why we do so. then learning some tutorials made me somewhat comfortable.

though i'm not that good but it doesn't seems that hard. looking forward for your tutorials.