Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 491 Bytes

Edit Distance

This is small project for the Computational Bioinformation (CPSC 485) course in Spring 2012. The objective is to implement edit distance algorithm to find sequence similarities. The algorithm favors the following order Left - Up - Diagnal.

Demo

View live demo

Credits