Skip to content

Commit c1fc5ba

Browse files
committed
doc: add a link
1 parent 33fbf09 commit c1fc5ba

File tree

1 file changed

+6
-1
lines changed
  • construct_target_array_with_multiple_sums/src

1 file changed

+6
-1
lines changed

construct_target_array_with_multiple_sums/src/lib.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
/*
2-
* https://leetcode.com/explore/challenge/card/may-leetcoding-challenge-2021/599/week-2-may-8th-may-14th/3737/
2+
* ## 题目
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+
* ## 分析
38
*
49
* 这道题的核心是使用 max binary heap 而非 vector 来处理数据,避免多次轮训目标数组判断最大数。
510
*

0 commit comments

Comments
 (0)