Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

演算法 #8

Open
ccckmit opened this issue Dec 14, 2018 · 1 comment
Open

演算法 #8

ccckmit opened this issue Dec 14, 2018 · 1 comment

Comments

@ccckmit
Copy link
Contributor

ccckmit commented Dec 14, 2018

No description provided.

@ccckmit
Copy link
Contributor Author

ccckmit commented Dec 14, 2018

隨堂練習:請印出兩個字串最小編輯距離的對齊方式。

範例:

$ node .\editDistance.js
dist(ATGCAATCCC,ATGATCCG) = 3
align(ATGCAATCCC,ATGATCCG)
b = ATG A TCCG
a = ATGCAATCCC 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant