Lintcode: Longest Common Substring 解题报告
Longest Common Substring
原题链接: http://lintcode.com/zh-cn/problem/longest-common-substring/#
Given two strings, find the longest common substring.
Return the length of it.
注意
The characters in substring should occur continiously in original string. This is different with subsequnce.
样例
标签 Expand
SOLUTION 1:
posted on 2015-01-03 14:32 Yu's Garden 阅读(2976) 评论(0) 编辑 收藏 举报