Added GraphStream Java library.

This commit is contained in:
JBPressac 2017-07-12 15:06:33 +02:00
parent 4008f3cacc
commit f190e9efb4

View File

@ -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.