原文链接: https://leetcode-cn.com/problems/minimum-number-of-refueling-stops
英文原文A car travels from a starting position to
标签详情
堆(优先队列) 分类
原文链接: https://leetcode-cn.com/problems/shortest-subarray-with-sum-at-least-k
英文原文Given an integer array nums and an in
原文链接: https://leetcode-cn.com/problems/reachable-nodes-in-subdivided-graph
英文原文You are given an undirected graph (the
原文链接: https://leetcode-cn.com/problems/sort-an-array
英文原文Given an array of integers nums, sort the array in ascending
原文链接: https://leetcode-cn.com/problems/k-closest-points-to-origin
英文原文Given an array of points where points[i] = [xi,
原文链接: https://leetcode-cn.com/problems/last-stone-weight
英文原文You are given an array of integers stones where stones[i]
原文链接: https://leetcode-cn.com/problems/distant-barcodes
英文原文In a warehouse, there is a row of barcodes, where the ith
原文链接: https://leetcode-cn.com/problems/car-pooling
英文原文There is a car with capacity empty seats. The vehicle only driv
原文链接: https://leetcode-cn.com/problems/dinner-plate-stacks
英文原文You have an infinite number of stacks arranged in a row
原文链接: https://leetcode-cn.com/problems/constrained-subsequence-sum
英文原文Given an integer array nums and an integer k, r