Skip to content

Release 4.0

Compare
Choose a tag to compare
@fluentfuture fluentfuture released this 11 Jun 07:24
· 3484 commits to master since this release

Graph utilities.

  • Walker walks (or traverses) a graph or tree as a lazy Stream.
  • CycleDetector detects cycles in arbitrary graph topology (Guava's Graph, or others).
  • ShortestPath implements Dijkstra algorithm as a lazy Stream.