Thursday, November 18, 2010

Algorithm Design: Longest Common Subsequence

A group of students in the COMP6400 course in UWI have started a blog to share the material covered in class. Hopefully we can publish everything in this location in such a way that everyone can benefit from each other. Its the study group gone WWW.

Here is an example of one post:

Algorithm Design: Longest Common Subsequence: "Here is an implementation of the Longest Common Subsequence (LCS) problem that was discussed in class. The Problem You are given a sequence..."