Glossary

Knuth-Morris-Pratt algorithm

The Knuth-Morris-Pratt algorithm (KMP) is an algorithm for motif finding first published in 1977. It improved on the naive "sliding window" approach to finding a motif by introducing the failure array. For details of the algorithm, please consult the Wikipedia page for KMP provided below.

Wikipedia

Welcome to Rosalind!

Rosalind is a platform for learning bioinformatics through problem solving.
Please login with Google/Twitter/Facebook or register a new account.