Skip to content

v0.3.1

Compare
Choose a tag to compare
@fkling fkling released this 23 Apr 06:42
· 21 commits to master since this release

New

API/Algorithms

Weighted and generic shortest path algorithms. The "generic" functions provide
a single interface for weighted and unweighted algorithms.

  • allPairsDijkstraPath
  • allPairsDijkstraPathLength
  • dijkstraPath
  • dijkstraPathLength
  • singleSourceDijkstra
  • singleSourceDijkstraPath
  • singleSourceDijkstraPathLength
  • shortestPath
  • shortestPathLength
  • hasPath

including async (gen*) versions.