Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 432 Bytes

Sequence Alignment Project

This project implements pairwise sequence alignment techniques including:

  • Global alignment using the Needleman-Wunsch algorithm
  • Local alignment using the Smith-Waterman algorithm

Both methods are implemented with fixed scoring values for match, mismatch, and gaps.

Screenshots