Recent questions tagged ace-test-series

2 votes
3 answers
93
0 votes
0 answers
97
Consider the following instance of OBST (Optimal Binary search Tree) problem.N = 4; <$a_1$, $a_2$, $a_3$, $a_4$ = <do, if, int, while>P(1...4) = <3,3,1,1>; Q(0...4) = <2,...
1 votes
1 answer
101
0 votes
0 answers
103
If G is a connected simple graph with 10 vertices in which degree of every vertex is 2 then number of cut edges in G is ?
0 votes
1 answer
104
c=0for i $\leftarrow$ 1 to n for j $\leftarrow$ i+1 to n for k $\leftarrow$ 1 to j c = c + 1 The value of c isO(n$^{2}$)O(n$^{2}$.log n)O(n$^{3}$)O(n$...
0 votes
0 answers
111
Can anyone help me with solving this type of problem? I want some resource from where I can learn to solve this type on integration, as according to solution it is a func...
0 votes
0 answers
113
0 votes
1 answer
114
0 votes
0 answers
115
Help me in this ….
0 votes
0 answers
118
Consider the following cfgS → aSa | bSb | a | bfind the number of conflicts in LR(0) state diagram?24810