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

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

877E - Danil and a Part-time Job is an interesting problem that requires queries and updates on subtrees of a tree. It is a great problem to learn a variation of traditional segment trees.

I created a video tutorial explaining the problem. I explained how to order the nodes so that it's possible to use a segment tree and how to do toggle updates.

Here is my YouTube channel with all the video tutorials.

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

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

Please try to post videos frequently :)

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

    I am busy at the moment, but I will try to post the next one as soon as possible, probably in in two weeks (I know that's late but after that, I'll try to post every week).

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

ignore

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

amazing explanation .. make more such videos . : )