原文链接: https://leetcode-cn.com/problems/longest-happy-string
英文原文A string is called happy if it does not have any
标签详情
堆(优先队列) 分类
原文链接: https://leetcode-cn.com/problems/path-with-maximum-probability
英文原文You are given an undirected weighted graph of
原文链接: https://leetcode-cn.com/problems/minimum-moves-to-move-a-box-to-their-target-location
英文原文A storekeeper is a gam
原文链接: https://leetcode-cn.com/problems/the-k-weakest-rows-in-a-matrix
英文原文You are given an m x n binary matrix mat of
原文链接: https://leetcode-cn.com/problems/reduce-array-size-to-the-half
英文原文You are given an integer array arr. You can c
原文链接: https://leetcode-cn.com/problems/maximum-number-of-events-that-can-be-attended
英文原文Given an array of events wher
原文链接: https://leetcode-cn.com/problems/construct-target-array-with-multiple-sums
英文原文You are given an array target of
原文链接: https://leetcode-cn.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid
英文原文Given a m x n grid.
原文链接: https://leetcode-cn.com/problems/pizza-with-3n-slices
英文原文There is a pizza with 3n slices of varying size, you a
原文链接: https://leetcode-cn.com/problems/maximum-performance-of-a-team
英文原文You are given two integers n and k and two in