strstr
摘要:N(n*m)的时间复杂度public class Solution {public String strStr(String haystack, String needle) { int nLen = needle.length(); int hLen = haystack.lengt...
阅读全文
posted @ 2014-10-03 16:20
posted @ 2014-10-03 16:20