Learn how to implement graph algorithms and how to use them to solve coding challenges.
Course Contents
(0:00:15) course introduction
(0:02:23) graph basics
(0:07:10) depth first and breadth first traversal
(0:29:13) has path – https://structy.net/problems/has-path
(0:42:11) undirected path – https://structy.net/problems/undirect…
(1:00:44) connected components count – https://structy.net/problems/connecte…
(1:13:29) largest component – https://structy.net/problems/largest-…
(1:24:03) shortest path – https://structy.net/problems/shortest…
(1:39:36) island count – https://structy.net/problems/island-c…
(1:58:52) minimum island – https://structy.net/problems/minimum-…
(2:12:05) outro