Section 04: Alignment
*Exercises by Joshua Park (2024)
Intuition Around Alignment
We will start by building some intuition by filling in a dynamic programming matrix by hand alignment_manual.xlsx. Solutions for the global case (alignment_manual_glo.xlsx) and local case (alignment_manual_loc.xlsx).
Implementing Alignment
We will implement global and local version of the dynamic programming algorithms w04-section-exercises.ipynb. Solutions for exercises: w04-section-solutions.ipynb.