

InterviewSolution
Saved Bookmarks
1. |
δ*(q,ya) is equivalent to .(a) δ((q,y),a)(b) δ(δ*(q,y),a)(c) δ(q,ya)(d) independent from δ notationThe question was asked in quiz.I'd like to ask this question from Finite Automata in section Finite Automata of Automata Theory |
Answer» CORRECT option is (B) δ(δ*(Q,y),a) To explain I WOULD say: First it parse y string after that it parse a. |
|