Assignment 5

Code docs & specs

Python Code (tar file)

Python Code (zip file)

Manifest (what to turn in)

  1. The code for the program, documented.
  2. Instructions for how to run it , if it's not in Python
  3. Some sample output demonstrating that the machine does the proper thing for the examples illustrated in the specs.

Aligner Assignment

Your assignment is to write a program that finds the minimum edit distance between two strings. See the code specs for details.