12 lines
370 B
Markdown
12 lines
370 B
Markdown
|
# 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`
|