DFS Video Tutorial
Разница между en5 и en6, 81 символ(ов) изменены
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/](https://www.vplanetcoding.com/).↵

I started this website by taking one problem, [problem:893C], and creating a video tutorial explaining Depth-First Search(DFS) and 
the solution toconnected 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](https://www.vplanetcoding.com/course-2-standard-algorithms-and-data-structures#1).

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en8 Английский Updown 2017-12-26 06:54:27 0 (published)
en7 Английский Updown 2017-12-26 06:54:15 112 (saved to drafts)
en6 Английский Updown 2017-12-26 02:57:33 81 (published)
en5 Английский Updown 2017-12-26 02:54:08 64
en4 Английский Updown 2017-12-26 02:51:24 1 Tiny change: 'uctures#1)' -> 'uctures#1).'
en3 Английский Updown 2017-12-26 02:50:46 13 Tiny change: 'I started by taking' -> 'I started this website by taking'
en2 Английский Updown 2017-12-26 02:49:07 403
en1 Английский Updown 2017-12-26 02:37:31 796 Initial revision (saved to drafts)