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

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

I created a video solution to the problem 839C. It is a DFS on trees problem.

The tutorial includes a simple code (no defines, etc) that matches the tutorial and a line-by-line explanation of the code while I write it (helpful for those stuck on the implementation of DFS).

Here is the video solution.

Here is my channel with all the video solutions.

As a side note, I am in the process of adding OI problems (such as USACO and APOI) to Course 3 of VPlanet because I realized that there isn't anywhere to find OI problems separated by topic.

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

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

really helpful thanks a lot !! keep posting

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

Consider job as Astar documentor... you would be a lot better than me

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

That was really a nice explanation and clear language but I just think none of the channels last long. There are many people(algo live) who start but then end the channel due to some or the other issues. Let's hope you continue this forever :P

As a sidenote, there are OI problems sorted by categories. https://dmoj.ca/problems/?show_types=1&type=5&order=-user_count

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

Great effort! Keep it up :)

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

Excellent