Sven Vogel 1107b46e5e | ||
---|---|---|
.. | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
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