|
Boyer
by Canadian Mind Products
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K.
boyer-moore string search search indexof java fast string search string handling
|