1 votes
2 answers
3
2 votes
1 answer
4
When should we use implication and when conjunction? For example in this question:https://gateoverflow.in/989/gate2006-26?show=188041#c188041What is the difference in opt...
1 votes
1 answer
5
Worst case time complexity of following code? Please explain in detail.void function(int n) { int count = 0; for (int i=0; i<n; i++) for (int j=i; j< i*i; j++) if (j%i ==...
2 votes
1 answer
10
Can split horizon alone prevent count to infinity problem or we must use poison reverse with split horizon ?
1 votes
0 answers
11
How to solve turing machine decidable/undecidable questions ? Do I need to mug them up ?
0 votes
0 answers
12