摘要: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example: Example: k代表这一轮要比较的字串都是长度 阅读全文
posted @ 2017-10-26 21:45 hozhangel 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 图样图森破 今天发现LeetCode有solution,而且,点开solution之后,这时点击屏幕大概右上角view in article,里面有具体详解。java或python或。。的代码 虽然不一定就好理解,但是实在不会做的时候,没有思路的时候可以看一哈 阅读全文
posted @ 2017-10-26 21:30 hozhangel 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 题源: https://leetcode.com/problemset/all/ 第四题 There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sort 阅读全文
posted @ 2017-10-26 20:30 hozhangel 阅读(231) 评论(0) 推荐(0) 编辑