BacktrackIterator constructor
BacktrackIterator(
- IGraph graph
Implementation
BacktrackIterator(super.graph) : _currentPath = [graph.root];
BacktrackIterator(super.graph) : _currentPath = [graph.root];