Java Network Analyzer [](https://travis-ci.org/irstv/Java-Network-Analyzer)

February 14, 2014 ยท View on GitHub

Java Network Analyzer provides a collection of graph theory and social network analysis algorithms. These algorithms are implemented on mathematical graphs using the JGraphT library.

Currently supported

Augmented BFS, DFS and Dijkstra algorithms are used to compute:

Graph types

The underlying graph may be directed, edge-reversed or undirected, and edges may or may not have weights.