CS200 Lab 12, Dependence Graphs and Topological Sort

Overview

Study the topological sort algorithms (especially the forward algorithm based on inDegrees) in the Graphs 2 lecture notes.

In the context of programming assignment P5, do this exercise.