Algorithms module for the Java Universal Network/Graph framework, providing graph analysis and traversal algorithms.
<dependency>
<groupId>net.sf.jung</groupId>
<artifactId>jung-algorithms</artifactId>
<version>2.1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes shortest path distances in a graph using Dijkstra's algorithm.
No known issues recorded.
No dependency data recorded yet.