DFS Video Tutorial

Revision en8, by Updown, 2017-12-26 06:54:27

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.

Tags dfs, tutorial

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en8 English Updown 2017-12-26 06:54:27 0 (published)
en7 English Updown 2017-12-26 06:54:15 112 (saved to drafts)
en6 English Updown 2017-12-26 02:57:33 81 (published)
en5 English Updown 2017-12-26 02:54:08 64
en4 English Updown 2017-12-26 02:51:24 1 Tiny change: 'uctures#1)' -> 'uctures#1).'
en3 English Updown 2017-12-26 02:50:46 13 Tiny change: 'I started by taking' -> 'I started this website by taking'
en2 English Updown 2017-12-26 02:49:07 403
en1 English Updown 2017-12-26 02:37:31 796 Initial revision (saved to drafts)