Boyer-Moore-Horspool algorithm
GPTKB entity
Statements (17)
Predicate | Object |
---|---|
gptkbp:instanceOf |
string searching algorithm
|
gptkbp:basedOn |
gptkb:Boyer-Moore_algorithm
|
gptkbp:category |
gptkb:search_engine
computer science pattern matching |
gptkbp:compatibleWith |
good suffix heuristic
|
gptkbp:developedBy |
gptkb:Nigel_Horspool
|
https://www.w3.org/2000/01/rdf-schema#label |
Boyer-Moore-Horspool algorithm
|
gptkbp:improves |
gptkb:Boyer-Moore_algorithm
|
gptkbp:introducedIn |
1980
|
gptkbp:spaceComplexity |
O(|Σ|)
|
gptkbp:timeComplexityBestCase |
O(n/m)
|
gptkbp:timeComplexityWorstCase |
O(nm)
|
gptkbp:usedFor |
substring search
|
gptkbp:uses |
bad character heuristic
|
gptkbp:bfsParent |
gptkb:Boyer-Moore_algorithm
|
gptkbp:bfsLayer |
7
|