4 votes
721
2 votes
722
4 votes
723
4 votes
725
1) Is the language L = { an+m bn+m cm | n,m>=0 } a Cfl????
8 votes
726
$a^{2n}b^n$$a^nb^m, m\leq n\leq 3m$$a^nb^m , n=4m$Which of the following is CFL ?
1 votes
728
I think the median can be found in O(n), because in O(n) we can merge the arrays into a single sorted array and in O(1) we can find the middle element of the array. Am I...
0 votes
732
I think it would be 7..please check
0 votes
733
How can trainer id be p.key of Parts??
11 votes
734
2 votes
735
How to solve this type of questions..
3 votes
736
Why doesn't the small $\theta$ notation exists ?
4 votes
737
4 votes
738
1 votes
740
0 votes
741
0 votes
743
Everyone has exactly one best friendAre all three below same?Let B(x, y) to be the statement “y is the best friend of x"$ ∀x∃y(B(x, y) ∧ ∀z((z = y)→¬B(x, z))...
1 votes
746
Which of the scheduling alogorithm gives the best throughput for n tasks having r1,r2,...,rn as running time?a) RRb) ShortestJob Firstc) FCFSd) Hiighest-Response Ration N...
6 votes
748
what is the difference between asymptotically large and polynomially large how to find which function is asymptotically large or polynomially large