随笔分类 -  matching question

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 brave_bo 阅读(186) 评论(0) 推荐(0)

导航