Updown's blog

By Updown, history, 6 years ago, In English

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.

  • Vote: I like it
  • +45
  • Vote: I do not like it

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
6 years ago, # |
  Vote: I like it +5 Vote: I do not like it

Record a wider screen please.

  • »
    »
    6 years ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

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

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

when will more videos come?

  • »
    »
    6 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Hopefully the next video will come out within a week.

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I guess, she is in high school.

    • »
      »
      »
      6 years ago, # ^ |
        Vote: I like it +6 Vote: I do not like it

      Hi, I'm Chris Hansen from Dateline NBC. Why don't you have a seat right over there?

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Fantastic work updown1,really helpful,thanks a lot!