JGAlgo - Parent 0.4.0 API

Packages 
Package Description
com.jgalgo
Parent package for all modules of the JGAlgo library.
com.jgalgo.adapt.guava
Adapters from Guava to JGalgo, and from JGalgo to Guava.
com.jgalgo.adapt.jgrapht
Adapters from JGraphT to JGalgo, and from JGalgo to JGraphT.
com.jgalgo.alg
Algorithms for solving graph problems.
com.jgalgo.example
Simple examples using the basics of com.jgalgo.graph and com.jgalgo.alg.
com.jgalgo.gen
Graph generators used to generate (possibly random) graphs with different distributions and structures.
com.jgalgo.graph
Graphs object are the fundamental building blocks of the JGAlgo library.
com.jgalgo.io
The I/O classes provide varies ways to read/write graphs from/to files.