We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fbf09 commit c1fc5baCopy full SHA for c1fc5ba
construct_target_array_with_multiple_sums/src/lib.rs
@@ -1,5 +1,10 @@
1
/*
2
- * https://leetcode.com/explore/challenge/card/may-leetcoding-challenge-2021/599/week-2-may-8th-may-14th/3737/
+ * ## 题目
3
+ *
4
+ * * https://leetcode.com/explore/challenge/card/may-leetcoding-challenge-2021/599/week-2-may-8th-may-14th/3737/
5
+ * * https://leetcode.com/problems/construct-target-array-with-multiple-sums/
6
7
+ * ## 分析
8
*
9
* 这道题的核心是使用 max binary heap 而非 vector 来处理数据,避免多次轮训目标数组判断最大数。
10
0 commit comments