原文链接: https://leetcode-cn.com/problems/trapping-rain-water-ii
英文原文Given an m x n integer matrix heightMap representing
标签详情
堆(优先队列) 分类
原文链接: https://leetcode-cn.com/problems/strong-password-checker
英文原文A password is considered strong if the below condit
原文链接: https://leetcode-cn.com/problems/sort-characters-by-frequency
英文原文Given a string s, sort it in decreasing order
原文链接: https://leetcode-cn.com/problems/sliding-window-median
英文原文The median is the middle value in an ordered integer
原文链接: https://leetcode-cn.com/problems/ipo
英文原文Suppose LeetCode will start its IPO soon. In order to sell a good price
原文链接: https://leetcode-cn.com/problems/relative-ranks
英文原文You are given an integer array score of size n, where score[
原文链接: https://leetcode-cn.com/problems/task-scheduler
英文原文Given a characters array tasks, representing the tasks a CPU
原文链接: https://leetcode-cn.com/problems/course-schedule-iii
英文原文There are n different online courses numbered from 1 to
原文链接: https://leetcode-cn.com/problems/smallest-range-covering-elements-from-k-lists
英文原文You have k lists of sorted in
原文链接: https://leetcode-cn.com/problems/find-k-closest-elements
英文原文Given a sorted integer array arr, two integers k an