KMP Algorithm Resource for Beginners

Revision en1, by codechef123, 2021-07-18 21:00:43

KMP pattern searching is an advanced algorithm & it is hard to explain it in simple terms. I stumbled on to this resource recently. I think it is a good starting point for people wanting to understand the basic idea about the KMP algorithm & its time complexity. It is without technical jargons & have concrete examples for understanding worst time complexity. So I thought of sharing with you. Please comment whether you find it useful or not especially for new learners.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English codechef123 2021-07-18 21:00:43 588 Initial revision (published)