### Description For `strings/knuth_morris_pratt.cpp`: if `pattern` is empty, it should immediately return `true`, otherwise `pattern[k]` will access out of bounds. ### Expected behavior . ### Actual behavior . ### Steps to reproduce _No response_ ### Context . ### Additional information _No response_