Lecture 11

Learning objectives

After this class, you should be able to:

  1. Given two sequences of letters, their similarity matrix, and the gap penalty, determine the best global alignment for the two sequences using the Needleman-Wunsch algorithm.
  2. Analyze the time complexity of the above algorithm.
  3. Given a similar problem, give an algorithm, based on dynamic programming, to solve it, and analyze its time complexity.

Reading assignment

  1. Needleman-Wunsch algorithm slides.

Exercises and review questions


Last modified: 29 Sep 2015