Uses of Package
com.google.mu.util.graph
Packages that use com.google.mu.util.graph
-
Classes in com.google.mu.util.graph used by com.google.mu.util.graphClassDescriptionWalker for binary tree topology (see
Walker.inBinaryTree()).Walker for graph topology (seeWalker.inGraph()).The Dijkstra shortest path algorithm implemented as a lazy, incrementally-computed stream.Implements generic graph and tree traversal algorithms (pre-order,post-orderandbreadth-first) as lazily evaluated streams, allowing infinite-size graphs.