C-Programming/Searching/README.md

12 lines
370 B
Markdown
Raw Permalink Normal View History

2023-04-19 10:53:07 +00:00
# DHBW-Searches
Programm to compare the runtime of naive, kmp and boyer-moore search algorithms written in C.
## Test yourself
Clone the respository<br>
```git clone https://github.com/Servostar/DHBW-Searches.git```<br>
`cd DHBW-Searches`<br>
Generate build files<br>
`cmake .`<br>
Run cmake to build the code<br>
`cmake --build .`<br>
Now you can run the binary `Main`