Problem 2523. longest common substring : Skipped character version
Solution Stats
Problem Comments
-
4 Comments
Shouldn't there be two spaces between example and a in y_correct in test 4?
right.. corrected. Thanks :)
perhaps add another test to avoid non-general solutions? (e.g. str1='abaa' str2='aaab' should return 'aaa')
For test 5:
str1 = 'a string with many characters';
str2 = 'zzz zzz zzz zzz zzz';
Why wouldn't the correct answer be four spaces instead of just one?
Solution Comments
-
1 Comment
Using regexp as outer function's delimiter...This is a hell of reverse thinking case! my hat is off, Bravo!
Problem Recent Solvers23
Suggested Problems
-
2822 Solvers
-
Back to basics 21 - Matrix replicating
1260 Solvers
-
6227 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
8215 Solvers
-
The Answer to Life, the Universe, and Everything
485 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!