会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jean
努力!
博客园
管理
上一页
1
2
3
4
5
6
···
12
下一页
2015年12月4日
Search in Rotated Sorted Array
摘要: 题目:Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 ...
阅读全文
posted @ 2015-12-04 00:17 JSRGFJZ6
阅读(97)
评论(0)
推荐(0)
2015年12月3日
Longest Valid Parentheses
摘要: 题目:Given a string containing just the characters '(' and ')', find the length of the longest valid...
阅读全文
posted @ 2015-12-03 23:57 JSRGFJZ6
阅读(160)
评论(0)
推荐(0)
Substring with Concatenation of All Words
摘要: 题目:You are given a string, s, and a list of words, words, that are all of the same length. Find al...
阅读全文
posted @ 2015-12-03 23:56 JSRGFJZ6
阅读(125)
评论(0)
推荐(0)
2015年12月2日
Median of Two Sorted Arrays
摘要: 题目:There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of th...
阅读全文
posted @ 2015-12-02 23:35 JSRGFJZ6
阅读(111)
评论(0)
推荐(0)
Palindrome Number
摘要: 题目:Determine whether an integer is a palindrome. Do this without extra space.思路:一个技巧就是先计算出一共几位数,对应...
阅读全文
posted @ 2015-12-02 23:28 JSRGFJZ6
阅读(124)
评论(0)
推荐(0)
2015年12月1日
Word Ladder II
摘要: 题目:Given two words (beginWord and endWord), and a dictionary's word list, find all shortest transf...
阅读全文
posted @ 2015-12-01 23:55 JSRGFJZ6
阅读(146)
评论(0)
推荐(0)
Word Ladder
摘要: 题目:Given two words (beginWord and endWord), and a dictionary's word list, find the length of short...
阅读全文
posted @ 2015-12-01 23:51 JSRGFJZ6
阅读(104)
评论(0)
推荐(0)
2015年11月30日
Merge k Sorted Lists
摘要: 题目:Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexi...
阅读全文
posted @ 2015-11-30 22:48 JSRGFJZ6
阅读(96)
评论(0)
推荐(0)
Regular Expression Matching
摘要: 题目:Implement regular expression matching with support for '.' and '*'.'.' Matches any single chara...
阅读全文
posted @ 2015-11-30 22:47 JSRGFJZ6
阅读(147)
评论(0)
推荐(0)
2015年11月29日
Construct Binary Tree from Inorder and Postorder Traversal
摘要: 题目:Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume ...
阅读全文
posted @ 2015-11-29 08:59 JSRGFJZ6
阅读(117)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
12
下一页