" The Boyer-Moore string searching algorithm is a best choice for many problems in which a pattern of length m is to be matched in a text of length n, for small alphabets or long pattems. A recent ...
The Burrows-Wheeler transform is a string transformation algorithm invented by British computer scientists Mike Burrows and David Wheeler, and is used in compression algorithms, etc. Google has ...