首页 > Term: Boyer-Moore
Boyer-Moore
A string matching algorithm that compares characters from the end of the pattern to its beginning. When characters don't match, searching jumps to the next possible match: the farthest of a table like that used in the Knuth-Morris-Pratt algorithm and the next matching position in the pattern.
0
创建者
- GeorgeV
- 100% positive feedback