Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 388 Bytes

connectivity.rst

File metadata and controls

16 lines (10 loc) · 388 Bytes

Connectivity

Algorithms

Testing connectivity and finding connected components are classic tasks when working with graphs. Recall that depending on whether the graph is directed or not, we have two different notions of connectivity, i.e. strong and weak connectivity.

jgrapht.algorithms.connectivity