String-searching algorithm: Difference between revisions

Content deleted Content added
Single pattern algorithms: Added Alpha Skip Search to the table. The log base is alphabet size.
Line 40:
| Θ(m + &#x7c;Σ&#x7c;) <!-- vertical bars confuse MediaWiki -->
| O(mn)
|-
! [[Alpha Skip Search algorithm]]
| Θ(mlogm)