摘要: Longest Substring Without Repeating Characters:Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "... 阅读全文
posted @ 2016-03-08 19:55 Lewisr 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Longest Palindromic Substring:Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palindromic substr... 阅读全文
posted @ 2016-03-08 19:47 Lewisr 阅读(104) 评论(0) 推荐(0) 编辑