java - Minimal graphing library -
what "graphing" algorithm library people recommend java can following:
- take custom objects nodes (assume same object type)
- allow specification of connections between these nodes
- provide standard algorithms on these nodes (cycle detection, shortest path...)
- 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
Comments
Post a Comment