Notes for Vanderbilt University
View the Project on GitHub
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