Articulation Point Finding Algorithm

Home > Computer Science > Algorithms and data structures > Graph Traversal > Articulation Point Finding Algorithm

A graph traversal algorithm that finds all the articulation points (or cut vertices) in an undirected graph, which are nodes whose removal would cause the graph to become disconnected.