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