上一页 1 2 3 4 5 6 7 8 ··· 17 下一页

2015年1月1日

摘要: Search in Rotated Sorted Array IIFollow up for "LeetCode: Search in Rotated Sorted Array 解题报告":What ifduplicatesare allowed?Would this affect the run-... 阅读全文
posted @ 2015-01-01 20:34 Yu's Garden 阅读(728) 评论(0) 推荐(0) 编辑
摘要: Search in Rotated Sorted ArraySuppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7might become4 5 6 7 0 1 2).... 阅读全文
posted @ 2015-01-01 20:23 Yu's Garden 阅读(924) 评论(0) 推荐(0) 编辑
摘要: Binary Search Tree IteratorImplement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Callin... 阅读全文
posted @ 2015-01-01 16:42 Yu's Garden 阅读(5711) 评论(0) 推荐(0) 编辑
摘要: Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ... 阅读全文
posted @ 2015-01-01 00:17 Yu's Garden 阅读(575) 评论(0) 推荐(0) 编辑

2014年12月31日

摘要: Search a 2D MatrixWrite an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row... 阅读全文
posted @ 2014-12-31 23:50 Yu's Garden 阅读(994) 评论(2) 推荐(1) 编辑
摘要: Distinct SubsequencesGiven a stringSand a stringT, count the number of distinct subsequences ofTinS.A subsequence of a string is a new string which is... 阅读全文
posted @ 2014-12-31 18:21 Yu's Garden 阅读(5071) 评论(0) 推荐(1) 编辑

2014年12月30日

摘要: Pascal's Triangle II Total Accepted: 19384 Total Submissions: 63446 My Submissions Question SolutionGiven an index k, return the kth row of the Pascal... 阅读全文
posted @ 2014-12-30 23:48 Yu's Garden 阅读(505) 评论(0) 推荐(0) 编辑
摘要: Pascal'sTriangleGivennumRows, generate the firstnumRowsof Pascal's triangle.For example, givennumRows= 5,Return[ [1], [1,1], [1,2,1], [1,3,3... 阅读全文
posted @ 2014-12-30 23:44 Yu's Garden 阅读(623) 评论(0) 推荐(0) 编辑
摘要: Valid PalindromeGiven a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.For example,"A man, a pla... 阅读全文
posted @ 2014-12-30 20:16 Yu's Garden 阅读(616) 评论(0) 推荐(0) 编辑
摘要: LeetCode: Palindrome 回文相关题目汇总LeetCode: Palindrome Partitioning 解题报告LeetCode: Palindrome Partitioning II 解题报告Leetcode:【DP】Longest Palindromic Substring... 阅读全文
posted @ 2014-12-30 19:44 Yu's Garden 阅读(609) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页

导航