String-searching algorithm: Difference between revisions

Content deleted Content added
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(nmn)
|-
! [[Bitap algorithm]] (''shift-or'', ''shift-and'', ''Baeza–Yates–Gonnet'')