Skip to content

Some common graph terminology

Connected components

Strongly connected components (SCC)

Bridges (isthmus, cut-edge, or cut arc)

  • a edge in graph whose removal increase the number of connected components

Articulation Points (cut vertex)

  • vertex which when removed along with associated edges, increases the connected components

Clique