Go to file
2023-09-08 20:32:03 -05:00
src Added graph input 2023-09-08 20:32:03 -05:00
test/input Added test files for later 2023-08-31 19:10:26 -05:00
.gitignore Updated README and fixed gitignore 2023-08-31 18:58:11 -05:00
CMakeLists.txt Initial CMake stuff 2023-08-31 18:55:36 -05:00
README.md Updated README and fixed gitignore 2023-08-31 18:58:11 -05:00

search-algorithms

Compiling the project

Prerequisites

  • C++11

In order to compile the project, simply run these two commands:

cmake -B build -S .
cmake --build build

Running the Project

The program should now be compiled at ./build/bin/search-algorithms

Simply run the program using:

build/bin/search-algorithms