Fish Touching🐟🎣

KMP Algorithm

Mar 25, 2023

# What

# How

Use an auxiliary table, same length as the pattern. The value indicate the offset it will need to move.

# Why