Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 328 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 328 Bytes

SeqAlign

Applications of Dynamic Programming for nucleotide or protein sequence alignment

This project involves the implementation of the Needleman Wunsch Algorithm for global alignment and Smith Waterman Algorithm for local alignment. The algorithms are both written in C and the GUI is developed in HTML, CSS, PHP.