The assignment requires you to write two methods for a graph data structure. The first method, `printGraph()`, prints the original graph in a readable format. The second method, `transposedGraph()`, creates a transposed graph where all edge directions are reversed. The goal is to create a tool that can be used to check which courses later depend on a specific course.