reset method

void reset()

Implementation

void reset() {
  steps.clear();
  path.reset();
}