BacktrackIterator constructor

BacktrackIterator(
  1. IGraph graph
)

Implementation

BacktrackIterator(super.graph) : _currentPath = [graph.root];