Content deleted Content added
EdSchouten (talk | contribs) Don't forget to mention the two-way string-matching algorithm |
→Single pattern algorithms: boyer moore strictly has a runtime of O(nm), could be looked up if clicking on the link |
||
Line 35:
! [[Boyer–Moore string search algorithm]]
| Θ(m + k)
| best Ω(n/m),<br/>worst O(
|-
! [[Bitap algorithm]] (''shift-or'', ''shift-and'', ''Baeza–Yates–Gonnet'')
|