C-Programming/Searching/README.md

370 B

DHBW-Searches

Programm to compare the runtime of naive, kmp and boyer-moore search algorithms written in C.

Test yourself

Clone the respository
git clone https://github.com/Servostar/DHBW-Searches.git
cd DHBW-Searches
Generate build files
cmake .
Run cmake to build the code
cmake --build .
Now you can run the binary Main