Rabin-Karp algorithm

English edit

 
English Wikipedia has an article on:
Wikipedia

Etymology edit

Created by Richard M. Karp and Michael O. Rabin (1987).

Noun edit

Rabin-Karp algorithm (plural Rabin-Karp algorithms)

  1. (computer science) A string-searching algorithm that uses hashing to find an exact match of a pattern string in a text.
    Synonym: Karp-Rabin algorithm