A graph traversal library for cyclic graphs with weighted edges.
Scala Versions: 2.13, 3 Scala Targets: JVM, JS
Features:
- generic
Node
,Edge
andGraph
implementation circe
module for deserializingNode
s andEdge
s from JSONDijkstra
implementation for routefindingDijkstra.multi
implementation for finding multiple routes from one origin in one pass