Boyer–Moore–Horspool algorithm
GPTKB entity
Statements (22)
Predicate | Object |
---|---|
gptkbp:instanceOf |
string searching algorithm
|
gptkbp:basedOn |
gptkb:Boyer–Moore_algorithm
|
gptkbp:category |
pattern matching algorithm
|
gptkbp:field |
computer science
algorithms |
https://www.w3.org/2000/01/rdf-schema#label |
Boyer–Moore–Horspool algorithm
|
gptkbp:input |
gptkb:text
pattern |
gptkbp:introducedIn |
1980
|
gptkbp:inventedBy |
gptkb:Nigel_Horspool
|
gptkbp:output |
index of match
no match found |
gptkbp:purpose |
find substring in text
|
gptkbp:reduces |
gptkb:Boyer–Moore_algorithm
|
gptkbp:relatedTo |
gptkb:Knuth–Morris–Pratt_algorithm
gptkb:Boyer–Moore_algorithm gptkb:Rabin–Karp_algorithm |
gptkbp:timeComplexityBestCase |
O(n/m)
|
gptkbp:timeComplexityWorstCase |
O(nm)
|
gptkbp:uses |
bad character heuristic
|
gptkbp:bfsParent |
gptkb:Boyer–Moore_algorithm
|
gptkbp:bfsLayer |
6
|