/DNA-alignment

Implemented basic DNA alignment algorithms using dynamic programming and then integrated divide&conquer to reduce the space complexity from O(n^2) to O(n)

Primary LanguageJupyter Notebook

Stargazers