上一页 1 ··· 6 7 8 9 10
摘要: 问题: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed f 阅读全文
posted @ 2016-09-26 22:48 Gerrard_Feng 阅读(237) 评论(0) 推荐(1)
摘要: 问题: 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 lo 阅读全文
posted @ 2016-09-26 20:27 Gerrard_Feng 阅读(218) 评论(0) 推荐(1)
摘要: 问题: There are two sorted arrays nums1 and nums2 of size m and n respectively.Find the median of the two sorted arrays. The overall run time complexity 阅读全文
posted @ 2016-09-26 14:07 Gerrard_Feng 阅读(257) 评论(0) 推荐(1)
摘要: 问题: Given a string, find the length of the longest substring without repeating characters.Example:Given "abcabcbb", the answer is "abc", which the len 阅读全文
posted @ 2016-09-22 21:29 Gerrard_Feng 阅读(253) 评论(0) 推荐(1)
摘要: 问题: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin 阅读全文
posted @ 2016-09-22 21:00 Gerrard_Feng 阅读(349) 评论(0) 推荐(1)
摘要: 问题: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would hav 阅读全文
posted @ 2016-09-21 23:37 Gerrard_Feng 阅读(368) 评论(0) 推荐(1)
上一页 1 ··· 6 7 8 9 10