Graphs (directed)

Graphs (directed)

CS 312 Topic 4: directed graphs & topological ordering

Graphs (directed) class work

Logistics

New pods!

Status flags

Articulation practice

Remember: this is an opportunity to practice clear, concise and precise communication while working through the material!

Directed BFS/DFS

At the board, each group will:

Topological orderings

Below is a list of edges in a directed graph with nodes A, B, C, D, E, and F.

B → E, B → F, C → D, D → A, E → F.