上一页 1 ··· 7 8 9 10 11 12 13 下一页

2016年1月3日

Container With Most Water

摘要: Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of ... 阅读全文

posted @ 2016-01-03 20:54 walkwalkwalk 阅读(238) 评论(0) 推荐(0) 编辑

Palindrome Number

摘要: Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Subscribeto see which companies asked this questionSh... 阅读全文

posted @ 2016-01-03 20:53 walkwalkwalk 阅读(170) 评论(0) 推荐(0) 编辑

String to Integer (atoi)

摘要: Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ... 阅读全文

posted @ 2016-01-03 20:48 walkwalkwalk 阅读(214) 评论(0) 推荐(0) 编辑

2016年1月2日

ZigZag Conversion

摘要: 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 font fo... 阅读全文

posted @ 2016-01-02 21:02 walkwalkwalk 阅读(158) 评论(0) 推荐(0) 编辑

Longest Palindromic Substring

摘要: Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa... 阅读全文

posted @ 2016-01-02 20:33 walkwalkwalk 阅读(175) 评论(0) 推荐(0) 编辑

Median of Two Sorted Arrays

摘要: There are two sorted arraysnums1andnums2of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should... 阅读全文

posted @ 2016-01-02 20:31 walkwalkwalk 阅读(144) 评论(0) 推荐(0) 编辑

2015年12月31日

Longest Substring Without Repeating Characters

摘要: 3. Longest Substring Without Repeating CharactersMy SubmissionsQuestionTotal Accepted:115367Total Submissions:548630Difficulty:MediumGiven a string, f... 阅读全文

posted @ 2015-12-31 11:22 walkwalkwalk 阅读(125) 评论(0) 推荐(0) 编辑

2015年12月30日

Add Two Numbers

摘要: 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 single ... 阅读全文

posted @ 2015-12-30 23:28 walkwalkwalk 阅读(139) 评论(0) 推荐(0) 编辑

Two Sum

摘要: Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu... 阅读全文

posted @ 2015-12-30 23:01 walkwalkwalk 阅读(211) 评论(0) 推荐(0) 编辑

如果要面试

摘要: 先看下数据结构链表相关http://blog.csdn.net/luckyxiaoqiang/article/details/7393134二叉树相关http://blog.csdn.net/luckyxiaoqiang/article/details/7518888排序相关http://blog.... 阅读全文

posted @ 2015-12-30 20:42 walkwalkwalk 阅读(176) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 下一页

导航