上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 40 下一页
摘要: Gas Station (M) 题目 There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited g 阅读全文
posted @ 2020-09-24 10:21 墨云黑 阅读(179) 评论(0) 推荐(0) 编辑
摘要: Majority Element II (M) 题目 Given an integer array of size n, find all elements that appear more than ⌊ n/3 ⌋ times. Note: The algorithm should run in 阅读全文
posted @ 2020-09-22 21:45 墨云黑 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 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 墨云黑 阅读(202) 评论(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 墨云黑 阅读(149) 评论(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 墨云黑 阅读(187) 评论(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 墨云黑 阅读(148) 评论(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 墨云黑 阅读(304) 评论(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 墨云黑 阅读(152) 评论(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 墨云黑 阅读(122) 评论(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 墨云黑 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 40 下一页