Skip to content

Commit 242e980

Browse files
authored
Update Discrete Logarithm.cpp
1 parent 9fb03fa commit 242e980

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Discrete Logarithm.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ int discreteLog(int a, int b, int m)
5252

5353
//Problem 1: https://codeforces.com/gym/101853/problem/G
5454
//Solution 1: https://codeforces.com/gym/101853/submission/50273547
55+
56+
//Problem 2: https://www.spoj.com/problems/MOD/
57+
//Solution 2: http://p.ip.fi/9xAa

0 commit comments

Comments
 (0)