From 8060baa023cc657fd3ec7b483c0378a7894a7d09 Mon Sep 17 00:00:00 2001 From: Yifan Peng Date: Mon, 26 Jan 2015 14:32:37 -0500 Subject: [PATCH] add JGraphT, a graph library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4699089..4fafb39 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. * [Guava](http://code.google.com/p/guava-libraries/) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. * [javatuples](http://www.javatuples.org/) - Does what it says, although the concept of tuples in general is debatable. +* [JGraphT](http://jgrapht.org/) - A graph library that provides mathematical graph-theory objects and algorithms. ## Web Crawling