0 votes
0 answers
4
How can i see my result report and rsponse after attempting test of Gateoverflow test series ?
0 votes
1 answer
5
0 votes
0 answers
6
what's the condition to draw PDA for a^(2j+1)b^j such that j>=1.Since the language L={aaab,aaaaabb,aaaaaaabbb,.......}.Is pda possible?
0 votes
1 answer
7
0 votes
0 answers
10
0 votes
1 answer
11
A person turns 6 times left, 7 times right and again turns 2 times left. If he finds himself in south direction, then find initial direction
2 votes
1 answer
13
Consider the following function:int arc(int i, int j){if(i<2) return j+2;else if(j<2) return arc(i-1, 1);else return arc(i-1, arc(i, j-2));}The value returned by arc(2, 6...
0 votes
1 answer
14
Consider the following function:int arc(int i, int j){if(i<2) return j+2;else if(j<2) return arc(i-1, 1);else return arc(i-1, arc(i, j-2));}The value returned by arc(2, 6...
0 votes
2 answers
15
0 votes
1 answer
17
0 votes
0 answers
19
0 votes
1 answer
20
44. Evaluate each of these expressions. a) 1 1000 ∧ (0 1011 ∨ 1 1011) b) (0 1111 ∧ 1 0101) ∨ 0 1000 c) (0 1010 ⊕ 1 1011) ⊕ 0 1000 d) (1 1011 ∨ 0 1010) ∧ (...