nice-people-frontend-community / nice-js-leetcode

好青年 | leetcode 今日事今日毕(✅ Solutions to LeetCode by JavaScript, 100% test coverage, runtime beats 100% / LeetCode 题解 / GitHub Actions集成LeetCode每日一题至issues)
https://nice-people-frontend-community.github.io/nice-js-leetcode/
17 stars 1 forks source link

[2023-02-24]2357. 使数组中所有元素都等于零👋贪心👋数组👋哈希表👋排序👋模拟👋堆(优先队列) #319

Open webVueBlog opened 1 year ago

webVueBlog commented 1 year ago

题目链接: https://leetcode-cn.com/problems/make-array-zero-by-subtracting-equal-amounts

难度: Easy 标签: 贪心 数组 哈希表 排序 模拟 堆(优先队列)