1 votes
1 answer
21
consider the following grammar productionS->XXX->0X|1In the canonical LR method if [X->0•X,0] is an item then which of the following is the viable prefix of the item?a)...
0 votes
0 answers
22
Plz explainhttps://gateoverflow.in/?qa=blob&qa_blobid=17006947629127972543
2 votes
1 answer
23
Convert the grammar to reduced form ?S->AB S->CA B->BC B->AB A->a C->aB |b
3 votes
3 answers
24
There are 4 sorted lists of n/4 elements each. If we merge these lists into a single sorted list of n elements , for the n=400 number of key comparison in the worst case ...