Boyer–Moore–Horspool algorithm
GPTKB entity
Statements (22)
| Predicate | Object |
|---|---|
| gptkbp:instanceOf |
gptkb:string_searching_algorithm
|
| gptkbp:basedOn |
gptkb:Boyer–Moore_algorithm
|
| gptkbp:category |
pattern matching algorithm
|
| gptkbp:field |
computer science
algorithms |
| gptkbp:input |
gptkb:text
gptkb: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
|
| https://www.w3.org/2000/01/rdf-schema#label |
Boyer–Moore–Horspool algorithm
|