

InterviewSolution
Saved Bookmarks
1. |
a ^ nb ^ n where (n+m) is even .(a) Type 0(b) Type 1(c) Type 2(d) Type 3I got this question by my college professor while I was bunking the class.Question is from Union, Intersection & Complement topic in division Finite Automata of Automata Theory |
Answer» RIGHT ANSWER is (d) TYPE 3 Explanation: It is a REGULAR EXPRESSION. |
|