Talk:Rabin–Karp algorithm: Difference between revisions

Content deleted Content added
C class CS rating
CRCs?
Line 91:
May 23 2007:
CRCs are another possible rolling hash function. If you google "Rabin Hash", you'll find a SourceForge project implementing a CRC in Java (though they call it a Rabin fingerprint instead of a CRC).
 
: Are CRCs another possible rolling hash function? If so, please mention CRCs in the "[[rolling hash]]" article. --[[User:DavidCary|DavidCary]] ([[User talk:DavidCary|talk]]) 12:25, 8 June 2015 (UTC)
 
== Some pseudocode fixes (both single and multiple pattern search) ==