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

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

Last week I posted about a new website I'm starting: http://vplanetcoding.com.

I added a dynamic programming video tutorial for 855B - Marvolo Gaunt's Ring. I explained the idea behind dynamic programming and how to use dynamic programming to solve the problem.

Here is the solution. I sped up the end a little bit to keep the video short.

Unlike the DFS video I made, I didn't feel the need to explain my code because I explained it as I solved the problem. I did, however, make sure I used the same variables, loops and formulas in the code as I used while explaining the solution to the problem.

In addition, I am in the process of adding a bunch of Codeforces and USACO problems sorted by topic and difficulty to the website. I have added several problems and topics at every level. These topics include tree traversal, DP on trees, binary search, and loops. These topics have a problem but I haven't added video tutorials yet.

Here is my YouTube channel with the video tutorials.

  • Проголосовать: нравится
  • +28
  • Проголосовать: не нравится

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

what is Vplanet?

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

Cool~ I've added the site to my "to watch" list

How often do you plan to post videos?

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

    I hope to post a new video once every 1-2 weeks. My goal is to make as many videos as possible.

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

I would suggest rather than doing the videos on the problem which already have a nice editorial, you should do some videos on less popular topic or the topics which have less videos with sample problems like dp on trees,dsu on trees,etc. Enjoying your videos too much. Thank you :)

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

Can you write video explain me this code: http://codeforces.com/contest/353/submission/11113557

thanks xD

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

Nice videos, keep posting more :)