|
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 java search fast string search string search indexof string handling
|