C-Programming/Searching
Sven Vogel 1107b46e5e updated license information 2023-04-21 12:39:00 +02:00
..
src updated license information 2023-04-21 12:39:00 +02:00
.gitignore restructed gitlab repository 2023-04-19 12:53:07 +02:00
CMakeLists.txt restructed gitlab repository 2023-04-19 12:53:07 +02:00
LICENSE restructed gitlab repository 2023-04-19 12:53:07 +02:00
README.md restructed gitlab repository 2023-04-19 12:53:07 +02:00

README.md

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