Go to file
2023-09-10 21:58:23 -05:00
src Added time 2023-09-10 21:58:23 -05:00
test It works 2023-09-10 21:50:35 -05:00
.gitignore It works 2023-09-10 21:50:35 -05:00
CMakeLists.txt Setting up testing 2023-09-10 16:29:34 -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