2,859 views
Small inaccuracy in the video: the BFS, DFS, preorder and postorder algorithms apply to all graphs, but this is not the case for inorder, which only applies to trees (graphs that do not contain cycles). 00:00 Introduction 00:23 Color code 00:46 BFS pseudo-code 02:14 BFS example 05:29 DFS pseudo-code 06:52 DFS example 09:03 Preorder and postorder 11:16 Inorder 12:33 Outro