Chapter 6 Dynamic Programming - Programming Assignment
CS 343: Analysis of Algorithms, Spring 2008


Do the following problems:

  1. Longest Common Subsequence - LCS
    This was discussed in class. Work on your own. If you want, the program may be console based (i.e. no gui).

  2. Bellman-Ford Algorithm with Negative Cycles Allowed

Deliverables:

Be prepared to demo the programs in class or lab. Zip together projects and email code to gorr. In the Bellman-Ford program, make sure that one of the partners sends the program and cc's the other. If you have chosen to work alone, please indicate that in your email. Please be sure to put CS343 DP-LCS or CS343 DP-Bellman-Ford in the subject line.


[top]  [Schedule]  [Home]