1 1 vote Consider alphabet ∑ = {0, 1}, the null/empty string λ and the sets of strings X0, X1 and X2 generated by the corresponding non-terminals of a regular grammar. X0, X1 and X2 are related as follows: X0 = 1 X1 X1 = 0 X1 + 1 X2 X2 = 0 X1 + {λ} Which one of the following choices precisely represents the strings in X0? A 10 (0* + (10)*)1 B 10 (0* + (10)*)*1 C 1(0* + 10)*1 D 10 (0 + 10)*1 + 110 (0 + 10)*1 Theory of Computation theory-of-computation + – akankshadewangan24 605 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote The smallest string accepted is 11. C is the answer. just_bhavana answered Jun 26, 2017 just_bhavana comment Share Follow See all 2 Comments 2 2 Comments reply set2018 commented Nov 8, 2017 reply Follow flag just_bhavana how we can find final state in this question? 0 0 replyShare just_bhavana commented Dec 22, 2017 reply Follow flag @set2018 they've mentioned in the question, they want strings in X0 0 0 replyShare Please log in or register to add a comment.