Friday, August 13, 2010

Longest common substring revisited

For calculating longest substring we can use following algorithms:
1. Dynamic Algorithm
2. Hirschberg's algorithm

0 comments:

Post a Comment