java - Minimal graphing library -


what "graphing" algorithm library people recommend java can following:

  1. take custom objects nodes (assume same object type)
  2. allow specification of connections between these nodes
  3. provide standard algorithms on these nodes (cycle detection, shortest path...)
  4. allow custom visitors on nodes + connections (visitor pattern)

not overly complex (if possible). have decent level of javadoc (+ maven package nice).

you may find useful, have used in past

http://www.jgrapht.org


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -