Software:JGraphT
From HandWiki
Stable release | 1.4.0
/ February 21, 2020 |
---|---|
Written in | Java |
Operating system | Cross-platform |
License | Dual-licenced: LGPL-2.1-or-later or EPL-2.0 |
Website | jgrapht |
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
- ↑ https://mvnrepository.com/artifact/org.jgrapht/jgrapht-core/usages
- ↑ 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
- Official website
- Official website (Github)