AdvancedVocabulary#software-architecture#developer-tools#backend

Rabin–Karp Algorithm Vocabulary

Learn the vocabulary of searching for a pattern using a rolling hash that's only confirmed with a full comparison on a match.

0 / 5 completed
1 / 5
At standup, a dev mentions searching for a pattern inside a larger text by computing a rolling hash of every substring the pattern's length, and only doing a full character-by-character comparison when a substring's hash happens to match the pattern's hash. What is this algorithm called?