Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 300 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 300 Bytes

Mazing

Random access to rectangular mazes

Have you ever wondered how many different perfect mazes are possible on a 100×100 grid?

To build the project,

cmake src && make

Then to install,

make install

assuming you have CMake. (If you don’t, go and get it.)