-
Notifications
You must be signed in to change notification settings - Fork 5
joaomsa/StringSearch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Currently implemented:
Naive search algorithm;
Knuth-Morris-Pratt (KMP) algorithm;
Boyer-Moore-Horspool (BMH) algorithm;
Bitap (Shift-And) algorithm;
Parameters and return values are the same as strstr() from string.h allowing simple drop in replacement.
Main program meant to solve:
https://br.spoj.pl/problems/PLAGIO/
About
Implementation of various string matching algoriths in C compatible with strstr().
Resources
Stars
Watchers
Forks
Packages 0
No packages published