摘要: 题目:给定两个排序数组,求两个排序数组的中位数,要求时间复杂度为O(log(m+n)) 举例: Example 1: Example 2: 阅读全文
posted @ 2016-09-16 23:32 小叶子leavescy 阅读(3405) 评论(0) 推荐(0) 编辑
摘要: 题目:给定一个字符串string,找出string中无重复字符的最长子串。 举例: Given "abcabcbb", the answer is "abc", which the length is 3. Given "bbbbb", the answer is "b", with the len 阅读全文
posted @ 2016-09-16 20:22 小叶子leavescy 阅读(3583) 评论(0) 推荐(0) 编辑