InterviewSolution
Saved Bookmarks
| 1. |
The set of all strings over ∑ = {a,b} in which all strings having bbbb as substring is?(a) (a+b)* bbbb (a+b)*(b) (a+b)* bb (a+b)*bb(c) bbb(a+b)*(d) bb (a+b)*This question was posed to me in class test.This interesting question is from Obtaining the regular Expression from the Finite automata in chapter Finite Automata and Regular Expression of Compiler |
|
Answer» The CORRECT OPTION is (a) (a+b)* bbbb (a+b)* |
|