Uses of Package
com.google.mu.util.graph
-
ClassDescriptionWalker 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-order
andbreadth-first
) as lazily evaluated streams, allowing infinite-size graphs.