T
- Type of Node/Task IDR
- Type of Node/Task resultpublic class MergedLevelOrderTraversar<T extends Comparable<T>,R> extends BaseTraversar<T,R>
Constructor and Description |
---|
MergedLevelOrderTraversar() |
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, traverseLevelOrder
Copyright © 2016 Dexecutor. All rights reserved.