String matching is a fundamental problem in computer science that consists of finding the occurrence of a pattern within a larger text. This problem appears in many real-world applications such as ...
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 ...