What are some good Java APIs for working with graphs (edges/nodes) as data structures?
Please add references to similar SO questions in comments to this wiki. Ple
JDSL - JDSL is the Data Structures Library in Java. It is a collection of Java interfaces and classes that implement fundamental data structures and algorithms, such as:
(JDSL does not appear to support generics)