|
Please explain the correct answer
|
3
|
February 8, 2022
|
|
Range of modulo inverse
|
4
|
June 26, 2021
|
|
Challenges - Number Theory
|
3
|
March 4, 2021
|
|
Why is call by reference faster than call by value?
|
2
|
January 2, 2021
|
|
GCD Complexity?
|
4
|
December 6, 2020
|
|
Doubt in question 4
|
2
|
November 10, 2020
|
|
Doubt in question 9
|
2
|
November 10, 2020
|
|
Doubt in question 5
|
6
|
November 10, 2020
|
|
If B is modular multiplicative inverse of A under mod M where ( A.B=1 mod M ) . Find the exact range of B
|
2
|
August 27, 2020
|
|
Problem in finding Time complexity
|
1
|
August 27, 2020
|
|
Int gcd(int a,int b) { if(b==0) return a; else Return gcd(b,a%b); }
|
1
|
August 27, 2020
|
|
Int gcd(int a,int b) { if(b==0) return a; else Return gcd(b,a%b); }
|
1
|
August 27, 2020
|
|
Find the time complexity of the following Code : int gcd(int a,int b) { if(b==0) return a; else Return gcd(b,a%b); }
|
1
|
August 27, 2020
|
|
Space complexity of the code
|
3
|
July 24, 2020
|
|
Quiz number theory
|
2
|
July 19, 2020
|
|
Are options of ques 1 number theory quiz-1 wrong?
|
3
|
June 25, 2020
|
|
How the time complexity of code A is greater than code B
|
2
|
June 2, 2020
|
|
How is -11%7 = -4?
|
3
|
May 31, 2020
|
|
Number theory quiz doubt
|
2
|
May 11, 2020
|
|
Q.6 Number theory quiz1
|
5
|
May 11, 2020
|
|
Q.9 Number theory quiz1
|
2
|
May 6, 2020
|
|
Number theory quiz 1
|
3
|
April 29, 2020
|
|
In this question why the value of array gets changes while that not for vector
|
2
|
April 28, 2020
|
|
Vector value changing
|
3
|
April 17, 2020
|
|
How the output are not same for both array and vector?
|
3
|
March 14, 2020
|
|
How the value of -11%7 is calculated?
|
5
|
March 14, 2020
|
|
Number theory quiz-1 q4
|
1
|
March 9, 2020
|
|
Number theory quiz
|
2
|
March 5, 2020
|