Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 215 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 215 Bytes

dnasequence

DNA String alignment using Dynamic Programming. Recursive Smith-Waterman Algorithm.

Just a simple demonstration of how a dynamic programming algorithm can be used to find good DNA string alignments.