Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 502 Bytes

readme.md

File metadata and controls

18 lines (9 loc) · 502 Bytes

What is this?

Repository of some graph traversal algorithms and their iterative visualization. Different 2d maze generation algorithms are represented here as well.

Build instructions

cmake -B build -DCMAKE_BUILD_TYPE=Release

cmake --build build --config Release

cmake --install build // Libraries, executables and configuration files will appear in the package subfolder of the project

Options

See config.json for configuration options

Example