graph library for scala
Posted
by Elazar Leibovich
on Stack Overflow
See other posts from Stack Overflow
or by Elazar Leibovich
Published on 2010-03-14T21:40:34Z
Indexed on
2010/03/14
21:45 UTC
Read the original article
Hit count: 326
Is there a good library (or wrapper to Java library) for graphs, and/or graph algorithms in scala?
This one seems to be quite dead. This is an example for the Dijkstra algorithm in scala, but I'm looking for a library a-la JGraphT.
© Stack Overflow or respective owner