* @brief KMP algorithm to find a pattern in a text * @param pattern string pattern to search * @param text text in which to search * @returns the starting index of the pattern if found * @returns `std::string::npos` if not found */
source not stored for this graph (policy: none)
no test coverage detected