Knuth–Morris–Pratt algorithm: Difference between revisions

Content deleted Content added
m There are three state machines.
Tags: Visual edit Mobile edit Mobile web edit
Undid revision 874736562 by Giannichou (talk) doesn't help readers understand
Line 40:
 
==KMP algorithm==
 
 
There are three state machines as following which includes something like cnd equals to T[cnd].
 
===Example of the search algorithm===