随笔分类 - LeetCode
摘要: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
阅读全文
摘要: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.
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:Maximum Product Subarray (M) 题目 Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has t
阅读全文
摘要:Compare Version Numbers (M) 题目 Compare two version numbers version1 and version2. If version1 > version2 return 1; if version1 < version2 return -1;ot
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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,
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文

浙公网安备 33010602011771号