We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886e339 commit a72baa0Copy full SHA for a72baa0
copypasta/search.go
@@ -539,6 +539,7 @@ func searchCollection() {
539
540
// 折半枚举/双向搜索 Meet in the middle
541
// https://codeforces.com/problemset/problem/327/E
542
+ // LC805 https://leetcode-cn.com/problems/split-array-with-same-average/
543
544
// 折半枚举 - 超大背包问题
545
// https://atcoder.jp/contests/abc184/tasks/abc184_f
0 commit comments