Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
GetNonDeadEnds is a maze code snippet to obtain all the non-dead-ends (that is, spots with at least two adjacent free spots) in a maze, for example the mazes created by CreateMaze/CreateSloppyMaze.
Operating system: Ubuntu 10.04 LTS Lucid Lynx
IDE: Qt Creator 2.0.0
Project type: Qt4 GUI Application
Libraries used:
#include <vector> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.