This project implements the Knuth–Morris–Pratt (KMP) string matching algorithm from scratch in Java. It is part of the Bonus Task for the Design and Analysis of Algorithms course. The repository ...