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

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

I noticed that there aren't too many video tutorials for Codeforces problems. There are text editorials but the solutions can be hard to understand and/or implement. Because of this, I decided to create a website with video tutorials of Codeforces & USACO problems. I'm also dividing the problems by topic and difficulty.

The website is a work in progress. Here is the website: https://www.vplanetcoding.com/.

I started this website by taking one problem, 893C - Rumor, and creating a video tutorial explaining Depth-First Search(DFS) and connected components while solving the problem. At the end of the video, I wrote the C++ code without complex syntax and I explained the code, line-by-line, as I wrote it.

I think that explaining the code for the solution will help a lot of people implement the solution.

I know that many people know DFS and connected components, but there are many people who don't know DFS and connected components who this tutorial will benefit.

Here is the video: https://www.vplanetcoding.com/course-2-standard-algorithms-and-data-structures#1.

Let me know if you have feedback. Also, let me know which problems I should create video tutorials for next.

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

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

Auto comment: topic has been updated by Updown (previous revision, new revision, compare).

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

Record a wider screen please.

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

    I will definitely do that next time. I realized that I should have recorded horizontally after I recorded this video.

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

when will more videos come?

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

Kudos! Nice and concise tutorial, I'd like to see some more. P.S. Your voice tells something about your age. God, I feel old already, haha

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

Fantastic work updown1,really helpful,thanks a lot!