T - Type of Node/Task IDR - Type of Node/Task resultpublic class LevelOrderTraversar<T extends Comparable<T>,R> extends BaseTraversar<T,R>
| Constructor and Description |
|---|
LevelOrderTraversar() |
| Modifier and Type | Method and Description |
|---|---|
void |
traverse(Dag<T,R> graph,
Writer writer)
Traverse the given graph and print it on the Writer
|
printGraph, traverseLevelOrderCopyright © 2016 Dexecutor. All rights reserved.