

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a step in elimination of states procedure?(a) Unifying all the final states into one using e-transitions(b) Unify single transitions to multi transitions that contains union of input(c) Remove states until there is only starting and accepting states(d) Get the resulting regular expression by direct calculationThe question was asked in examination.Origin of the question is Conversion by Eliminating states in chapter Regular Expressions and Languages of Automata Theory |
Answer» The correct answer is (B) Unify single TRANSITIONS to multi transitions that contains union of input |
|