DSA Day 75/100
Topic: Mathematics
Questions Successfully Completed: 1
1) Modular Multiplicative InverseEasy
QuestionInput: a = 3 m = 11 Output: 4 Explanation: Since (43) mod 11 = 1, 4 is modulo inverse of 3. One might think, 15 also as a valid output as "(153) mod...
preetikaprakash.hashnode.dev1 min read