Home

Awesome

Java Network Analyzer Build Status

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.