vu

Notes for Vanderbilt University

View the Project on GitHub

Lecture 1-23-17

Articulation Points & Biconnectivity

min(DFS#s of vertices adjacent to v, LOW(children of v))

if LOW(v) >= DFS#(parent(v))
    mark parent as articulation point

root: only AP if > 1 child

Biconnectivity

How to solve

Connected

Homework