Knuth–Morris–Pratt algorithm: Difference between revisions

Content deleted Content added
m Worked example of the table-building algorithm: Removed invisible unicode characters + other fixes, replaced: → (2) using AWB
remove invalid links
Line 370:
* [http://www-igm.univ-mlv.fr/~lecroq/string/node8.html Knuth-Morris-Pratt algorithm] description and C code by Christian Charras and Thierry Lecroq
* [http://www.inf.fh-flensburg.de/lang/algorithmen/pattern/kmpen.htm Explanation of the algorithm from scratch] by FH Flensburg.
* [http://oak.cs.ucla.edu/cs144/examples/KMPSearch.html Breaking down steps of running KMP] by Chu-Cheng Hsieh.
* [https://www.youtube.com/watch?v=Zj_er99KMb8 NPTELHRD YouTube lecture video]
* [http://toccata.lri.fr/gallery/kmp.en.html Proof of correctness]