AdvancedVocabulary#software-architecture#developer-tools#backend

Boyer–Moore Algorithm Vocabulary

Learn the vocabulary of comparing a pattern from its end backward and skipping ahead by more than one character on mismatch.

0 / 5 completed
1 / 5
At standup, a dev mentions searching for a pattern inside a text by comparing characters from the pattern's end backward, and skipping ahead by more than one character whenever a mismatch reveals the mismatched text character can't appear usefully at that position. What is this algorithm called?