Implementations of Boyer-Moore and several related string matching algorithms in C# 2.0.; Author: Carl Daniel; Section: Algorithms & Recipes; Chapter: General Programming
www.codeproject.com/KB/recipes/BoyerMooreSearch.aspx
-
Get Site Info
The Java language lacks fast string searching algorithms. StringSearch provides implementations of the Boyer-Moore and the Shift-Or (bit-parallel) algorithms.
www.johannburkard.de/software/stringsearch/
-
Get Site Info