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

Автор adaptatron, 4 месяца назад, По-английски

I made a video editorial for CF1923E : Count Paths discussing the DP solution that acts as the foundation of the small to large trick.

Youtube Link : https://youtu.be/D454rHDUb6E?si=FtfBwoKG3_p-8m7f

I also created practice contest with easy problems:

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

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

How do you learn these advanced algorithms and techniques

  • »
    »
    4 месяца назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I wouldn't say it's an advanced concept as such. It's standard DP on Trees, which can be learnt from resources such as CP-Algorithms, USACO Guide and CF Blogs.