标签:
Given two strings, find the longest common substring. Return the length of it. Note The characters in substring should occur continiously in original string. This is different with subsequnce. Example Given A=“ABCD”, B=“CBCE”, return 2
Lintcode: Longest Common Substring
标签:
原文地址:http://www.cnblogs.com/EdwardLiu/p/4323159.html