Algo Naive Pattern Matching

Brute-force O(n*m) sliding-window search for all overlapping matches of a pattern/motif/primer in text or DNA/protein strings, pure Python. Use for one-off exact search, or to benchmark the naive baseline before KMP/Rabin-Karp/Boyer-Moore.

pavel-kravchenko Updated

File contents

pavel-kravchenko/bioinformatics/tree/main/Skills/algo-naive-pattern-matching commit 018a29c1ef

Frequently asked questions

npx skillmds@latest add pavel-kravchenko/algo-naive-pattern-matching