sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

T109: Added code to find components and invalid cells. #118

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

This PR adds code to:

  1. Find the connected components of a maze;
  2. Find invalid cells in a maze (cells with four walls);
  3. Adds tests for Maze and ThickMaze.
  4. Changes some types from set to vector.