Knuth–Morris–Pratt algorithm: Difference between revisions

Content deleted Content added
m minor fmting, add wikisourcepar
Dcoetzee (talk | contribs)
Add references section with CLRS ref
Line 180:
==External link==
*[http://www.ics.uci.edu/~eppstein/161/960227.html An explanation of the algorithm]
 
==References==
* [[Thomas H. Cormen]], [[Charles E. Leiserson]], [[Ronald L. Rivest]], and [[Clifford Stein]]. ''[[Introduction to Algorithms]]'', Second Edition. MIT Press and McGraw-Hill, 1990. ISBN 0262032937. Section 32.4: The Knuth-Morris-Pratt algorithm, pp.923–931.
 
[[Category:Algorithms on strings]]