The Smith-Waterman algorithm is a dynamic programming algorithm to find the optimal alignment of two sequences. This repository provides a basic implementation of the Smith-Waterman algorithm that has ...