You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Object-Oriented approach to maze algorithms. Focuses on an easy-to-use API, unit tests using CxxTest, and a clean Makefile system. Currently, the Aldous Broder and Binary Tree algorithms have been implemented using the API.