Given two strings, find the longest string which is contained within both strings.
e.g. the longest string that is contained in the words 'banana' and 'anagram' is 'ana'
If there is no match, return an empty string.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers58
Suggested Problems
-
Calculate the Levenshtein distance between two strings
1506 Solvers
-
Sum of diagonal of a square matrix
1635 Solvers
-
Set the array elements whose value is 13 to 0
1437 Solvers
-
644 Solvers
-
Let's get back to school, and create multiplication tables
236 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
arrrgh i dont have a matlab right now, im at home. trying on this test suit is boring..
Additional test cases have been added.
What if the solution is non-unique?