Zhu–Takaoka string matching algorithm
Jump to navigation
Jump to search
In computer science, the Zhu–Takaoka string matching algorithm is a variant of the Boyer–Moore string-search algorithm. It uses two consecutive text characters to compute the bad-character shift. It is faster when the alphabet or pattern is small, but the skip table grows quickly, slowing the pre-processing phase.
References
[edit | edit source]
This article incorporates public domain material from Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).- Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- http://www-igm.univ-mlv.fr/~lecroq/string/node20.html