Wednesday, October 16, 2013

Dynamic Programming: Longest Common Substring

Given two strings, find the length of longest common substring.
For example: Given strings are:  "GeeksForGeeks" and  "GeeksQuiz". The out put should be 5.

No comments:

Post a Comment