Skip to content

Graphs 2

Lecture date: Wednesday, October 02, 2019

Synopsis

We will talk about DFS and BFS, and some problems you can solve with it: - Connected Components - Flood Fill - Topological Sort

  • Competitive Programming 3, 4.1 – 4.2.5

Problem

Videos