1. Intro to digraphs
Has profound differences wrt undirected graphs.
def: digraph
edges: have directions
vertex: distinguish indeg and outdeg
digraph pbs:
- path/shortest path
- topological sort: Can you draw a digraph so that all edges point upwards?
- strong connectivity: Is there a directed path between all pairs of vertices ...