spencer-hanson / MazeGenerator

A research project intended to learn more about algorithms, with a Depth-First search maze algorithm in C++
5 stars 0 forks source link

Sometimes Crashes #1

Closed spencer-hanson closed 9 years ago

spencer-hanson commented 9 years ago

There seems to be a problem with the maze generation code, it crashes randomly. Seems to be a Heisenbug

spencer-hanson commented 9 years ago

Fixed!