随笔分类 -  LeetCode

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页
摘要:Car Pooling (M) 题目 You are driving a vehicle that has capacity empty seats initially available for passengers. The vehicle only drives east (ie. it ca 阅读全文
posted @ 2020-09-21 22:21 墨云黑 阅读(224) 评论(0) 推荐(0)
摘要:Unique Paths III (H) 题目 On a 2-dimensional grid, there are 4 types of squares: 1 represents the starting square. There is exactly one starting square. 阅读全文
posted @ 2020-09-20 21:46 墨云黑 阅读(189) 评论(0) 推荐(0)
摘要:Sequential Digits (M) 题目 An integer has sequential digits if and only if each digit in the number is one more than the previous digit. Return a sorted 阅读全文
posted @ 2020-09-19 22:11 墨云黑 阅读(198) 评论(0) 推荐(0)
摘要:Best Time to Buy and Sell Stock (E) 题目 Say you have an array for which the \(i^{th}\) element is the price of a given stock on day i. If you were only 阅读全文
posted @ 2020-09-18 16:56 墨云黑 阅读(155) 评论(0) 推荐(0)
摘要:Robot Bounded In Circle (M) 题目 On an infinite plane, a robot initially stands at (0, 0) and faces north. The robot can receive one of three instructio 阅读全文
posted @ 2020-09-17 21:04 墨云黑 阅读(316) 评论(0) 推荐(0)
摘要:Maximum XOR of Two Numbers in an Array (M) 题目 Given a non-empty array of numbers, a0, a1, a2, … , an-1, where 0 ≤ ai < 231. Find the maximum result of 阅读全文
posted @ 2020-09-16 22:22 墨云黑 阅读(163) 评论(0) 推荐(0)
摘要:Combination Sum III (M) 题目 Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and 阅读全文
posted @ 2020-09-13 09:47 墨云黑 阅读(137) 评论(0) 推荐(0)
摘要:Maximum Product Subarray (M) 题目 Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has t 阅读全文
posted @ 2020-09-12 10:01 墨云黑 阅读(187) 评论(0) 推荐(0)
摘要:Compare Version Numbers (M) 题目 Compare two version numbers version1 and version2. If version1 > version2 return 1; if version1 < version2 return -1;ot 阅读全文
posted @ 2020-09-09 20:40 墨云黑 阅读(215) 评论(0) 推荐(0)
摘要:Sum of Root To Leaf Binary Numbers (E) 题目 Given a binary tree, each node has value 0 or 1. Each root-to-leaf path represents a binary number starting 阅读全文
posted @ 2020-09-08 22:22 墨云黑 阅读(117) 评论(0) 推荐(0)
摘要:Image Overlap (M) 题目 Two images A and B are given, represented as binary, square matrices of the same size. (A binary matrix has only 0s and 1s as val 阅读全文
posted @ 2020-09-07 13:34 墨云黑 阅读(301) 评论(0) 推荐(0)
摘要:All Elements in Two Binary Search Trees (M) 题目 Given two binary search trees root1 and root2. Return a list containing all the integers from both tree 阅读全文
posted @ 2020-09-06 09:59 墨云黑 阅读(159) 评论(0) 推荐(0)
摘要:Partition Labels (M) 题目 A string S of lowercase English letters is given. We want to partition this string into as many parts as possible so that each 阅读全文
posted @ 2020-09-05 10:04 墨云黑 阅读(193) 评论(0) 推荐(0)
摘要:Repeated Substring Pattern (E) 题目 Given a non-empty string check if it can be constructed by taking a substring of it and appending multiple copies of 阅读全文
posted @ 2020-09-03 20:16 墨云黑 阅读(165) 评论(0) 推荐(0)
摘要:Contains Duplicate III (M) 题目 Given an array of integers, find out whether there are two distinct indices i and j in the array such that the absolute 阅读全文
posted @ 2020-09-02 23:06 墨云黑 阅读(167) 评论(0) 推荐(0)
摘要:Largest Time for Given Digits (E) 题目 Given an array of 4 digits, return the largest 24 hour time that can be made. The smallest 24 hour time is 00:00, 阅读全文
posted @ 2020-09-02 09:26 墨云黑 阅读(181) 评论(0) 推荐(0)
摘要:Delete Node in a BST (M) 题目 Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node refere 阅读全文
posted @ 2020-08-31 20:01 墨云黑 阅读(169) 评论(0) 推荐(0)
摘要:Largest Component Size by Common Factor (H) 题目 Given a non-empty array of unique positive integers A, consider the following graph: There are A.length 阅读全文
posted @ 2020-08-31 10:55 墨云黑 阅读(158) 评论(0) 推荐(0)
摘要:Pancake Sorting (M) 题目 Given an array of integers A, We need to sort the array performing a series of pancake flips. In one pancake flip we do the fol 阅读全文
posted @ 2020-08-30 09:39 墨云黑 阅读(227) 评论(0) 推荐(0)
摘要:Implement Rand10() Using Rand7() (M) 题目 Given a function rand7 which generates a uniform random integer in the range 1 to 7, write a function rand10 w 阅读全文
posted @ 2020-08-29 12:30 墨云黑 阅读(185) 评论(0) 推荐(0)

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页