Skip to content

Commit 5ec59d1

Browse files
author
robot
committed
feat: 更新链接
1 parent c2a62eb commit 5ec59d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎src/codeTemplates/heap.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,6 @@ module.exports = {
293293
],
294294
},
295295
],
296-
link: "",
296+
link:
297+
"https://leetcode-solution.cn/solutionDetail?url=https%3A%2F%2Fapi.github.com%2Frepos%2Fazl397985856%2Fleetcode%2Fcontents%2Fthinkings%2Fheap.md&type=1",
297298
};

‎src/codeTemplates/preSum.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ module.exports = {
6868
],
6969
},
7070
],
71-
link: "",
71+
link: "https://lucifer.ren/blog/2020/09/27/atMostK/",
7272
};

0 commit comments

Comments
 (0)