0 answers
1
0 answers
2
2 answers
3
Number of labeled binary trees are there on vertices {1,2,3,4} that have only vertex 1 as leaf and every binary trees has 4 nodes are _______.
1 answer
5
3 answers
6
Consider the grammar shown below. $S \rightarrow C \ C$$C \rightarrow c \ C \mid d$This grammar isLL(1)SLR(1) but not LL(1)LALR(1) but not SLR(1)LR(I) but not LALR(1)
3 answers
7
5 answers
10
Which one of the following regular expressions is NOT equivalent to the regular expression $(a + b + c)^*$?$(a^* + b^* + c^*)^*$$(a^*b^*c^*)^*$$((ab)^* + c^*)^*$$(a^*b^* ...
7 answers
16
An error correcting code has the following code words: $00000000, 00001111, 01010101, 10101010, 11110000$. What is the maximum number of bit errors that can be corrected?...
5 answers
17
2 answers
19
My answer is coming 0. Please explain.
4 answers
23
0 answers
24
2 answers
25
1 answer
26
2 answers
30
Which of the following data structures would programmer be least likely to use to implement an abstract data type that must include an efficient implementation of the ope...