摘要: Description:Write a function to find the longest common prefix string amongst an array of strings.(最长公共字串)Code:string merge(string&str1, string&str2) ... 阅读全文
posted @ 2015-09-01 10:36 Rosanne 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Description:Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeatin... 阅读全文
posted @ 2015-09-01 10:01 Rosanne 阅读(153) 评论(0) 推荐(0) 编辑