Windows Gui Implementation Of

Windows GUI implementation of an algorithm that returns the longest common substring between two strings of DNA each up to about 5000 characters long.

User pastes a string of DNA into two separate text boxes and then hits run. Program returns the longest common substring between the two strings.

For example ACGGGCA and TCGGTCT would return CGG as the solution. The algorithm is already well described:

http://bit.ly/d59GGC

Leave a Reply

Your email address will not be published. Required fields are marked *