http://en.wikipedia.org/wiki/Longest_common_substring_problemBasically, given "abcba" and "abdba", the algorithm should return "ab" and "ba" as equally valid answers.
http://en.wikipedia.org/wiki/Longest_common_substring_problemBasically, given "abcba" and "abdba", the algorithm should return "ab" and "ba" as equally valid answers.