

InterviewSolution
Saved Bookmarks
1. |
The minimum number of 1’s to be used in a regular expression of the given language:R(x): The language of all strings containing exactly 2 zeroes.(a) 2(b) 3(c) 0(d) 1The question was posed to me in an online quiz.The query is from Finding Patterns in Text,Algebric Laws and Derivatives topic in section Regular Expressions and Languages of Automata Theory |
Answer» The correct choice is (b) 3 |
|