Module Overview
In this module we will learn about graphs.
Module Outline
- Lecture outline
- Tree Review and DFS
- Trees are Graphs
- Graph Representation and Notation: Adjacency List
- Graph Representation and Notation: Adjacency Matrix
- Breadth-First Search
- Topological sort
- Dijkstra's Shortest Path