A C D E F G H I K L M N O P Q R S T U W X

K

KMP - Class in dataloader
This is a straightforward implementation of the famous Knuth-Morris-Pratt algorithm for string-matching.
KMP() - Constructor for class dataloader.KMP
 
kmp(String, String) - Method in class dataloader.KMP
KMP is not a particularily fast algorithm in practice, but it achieves an linear upper bound complexity.

A C D E F G H I K L M N O P Q R S T U W X