Skip to content

Commit a74b59a

Browse files
authored
Update Parallel Binary Search.cpp
1 parent 5635ee8 commit a74b59a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Parallel Binary Search.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ void parallel_binary()
7777

7878
//Problem 1: https://www.spoj.com/problems/METEORS/
7979
//Solution 1: http://p.ip.fi/Z8qa
80+
81+
//Problem 2: https://atcoder.jp/contests/agc002/tasks/agc002_d
82+
//Solution 2: http://p.ip.fi/C4ZG

0 commit comments

Comments
 (0)