Skip to content

Commit 5a09351

Browse files
committed
Verify util/binary_search
1 parent 26e890f commit 5a09351

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/cpalgo/util/binary_search.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// See:
1414
// - https://qiita.com/drken/items/97e37dd6143e33a64c8c
1515
//
16+
// Verified:
17+
// - https://atcoder.jp/contests/abc063/tasks/arc075_b
18+
//
1619
inline int64_t binary_search(
1720
std::function<bool(int64_t)> const& predicate,
1821
int64_t ng,

0 commit comments

Comments
 (0)