User: GonlyG

  • Public profile

User profile: GonlyG

User info
User name:GonlyG
History
Joined:
Number of posts:133
Latest posts:

Problem with solving Ax+B mod M = 0
I checked that gcd(a,m) == 1 ensuring they are coprime...

Problem with solving Ax+B mod M = 0
I tried changing the else statement to: [code] int inv = inverse(a, m); int x0 = (m-b...

Problem with solving Ax+B mod M = 0
I switched the parameters but my output's still incorrect... any insight?

Problem with solving Ax+B mod M = 0
I'm given A, B, M and have to solve for x in several equations. My output is constantly incorrect an...

need help for printing BFS node source
I feel like maybe I'm outputting stuff in a wrong order. Using this, I got: -1 -> 0 0-> 25 0-> 22 0...

This user does not accept Private Messages