Program developed in Python designed to compare run-times of the naive string matching algorithm when implemented sequentially, and then parallelly. Tested with various lengths of both the target ...
String matching algorithm visualiser A web-based visualiser for 4 string matching algorithms (naive, KMP, boyer-moore-horspool and full boyer-moore). To use, just clone the folder and run "start ...