Knuth–Morris–Pratt algorithm: Difference between revisions

Content deleted Content added
cleanup notice
Line 108:
 
The [[complexity]] of searching the string for the given pattern is o(''n'') where ''n'' is the length of the main string.
 
==External links==
*[http://www.ics.uci.edu/~eppstein/161/960227.html An explanation of the algorithm]
 
[[Category:Algorithms on strings]]