diff --git a/README.md b/README.md index 4a3ba29..b999eac 100755 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awes - __[Software](#software)__ - [Algorithms](#algorithms) - [C / C++](#c--c) + - [Java](#java) - [JavaScript](#javascript) - [Julia](#julia) - [MATLAB](#matlab) @@ -541,6 +542,10 @@ Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awes - [Stanford Network Analysis Project](http://snap.stanford.edu/) - C++ general purpose network analysis and graph mining library. Available as a Python library and in Microsoft Excel via NodeXL. - [Walktrap](https://www-complexnetworks.lip6.fr/~latapy/PP/walktrap.html) - C++ program that implements the [WalkTrap community detection algorithm](http://arxiv.org/abs/physics/0512106). +### Java + +- [GraphStream](http://graphstream-project.org/) - Java library for the modeling and analysis of dynamic graphs. + ### JavaScript > For more awesome JavaScript libraries, see the [Awesome JavaScript](https://github.com/sorrycc/awesome-javascript) list.