Open ccckmit opened 5 years ago
範例:
$ node .\editDistance.js dist(ATGCAATCCC,ATGATCCG) = 3 align(ATGCAATCCC,ATGATCCG) b = ATG A TCCG a = ATGCAATCCC
隨堂練習:請印出兩個字串最小編輯距離的對齊方式。
範例: