We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb03fa commit 242e980Copy full SHA for 242e980
Discrete Logarithm.cpp
@@ -52,3 +52,6 @@ int discreteLog(int a, int b, int m)
52
53
//Problem 1: https://codeforces.com/gym/101853/problem/G
54
//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