Question
Consider running the Rabin-Karp rolling hash string matching algorithm, except modifying the loop to remove the explicit verification step -- that is, if texthash=-patternhash, then instead of going into an explicit verification loop, we simply report that the pattern matches the text. What is true about the correctnes