This project aims to allow visual understanding of some common search algorithms. The current project supports the Grid view. In the future, a Tree view will also be supported.
This project utilizes premake to build because of its simplicity. It is known to correctly build and run with Visual Studio 2022. It should "in theory" work with other targets such as GNU Makefiles. This project currently only supports Windows.
To build for Visual Studio 2022, run:
premake5 vs2022
in the root directory of this repository (the same directory in which the premake5.lua script lives).