Boyer-Moore-Horspool string searching


Version: 1.0
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.8
License:

Description - Boyer-Moore-Horspool string searching



A String searching Algorithm based upon Boyer-Moore string searching, which is considered one of the most efficient string searching algorithms. Boyer-Moore-Horspool only uses the bad-suffix window for matching and is therefore simpler to implement and FASTER than normal BM.



More in Python-Boyer-Moore-Horspool string searching

Moore Horspool String Searching Boyer Moore Horspool