Software:JGraphT

From HandWiki
JGraphT
Stable release
1.4.0 / February 21, 2020 (2020-02-21)
Written inJava
Operating systemCross-platform
LicenseDual-licenced: LGPL-2.1-or-later or EPL-2.0
Websitejgrapht.org

JGraphT is an open source software library which provides graph data-structures and algorithms. The library is written in Java.

History

The first release of JGraphT happened in 2003. Currently the package is used[1] in several commercial and open-source software projects.

Design

The design of the library along with a detailed experimental study about its performance can be found at [2].

References

  1. https://mvnrepository.com/artifact/org.jgrapht/jgrapht-core/usages
  2. Michail, Dimitrios; Kinable, Joris; Naveh, Barak; Sichi, John V. (20 May 2020). "JGraphT--A Java Library for Graph Data Structures and Algorithms". ACM Trans. Math. Softw. (Association for Computing Machinery) 46 (2). 

External links