InterviewSolution
Saved Bookmarks
| 1. |
An NFA’s transition function returns ________(a) A Boolean value(b) A state(c) A set of states(d) An edgeI have been asked this question in an interview.Question is from Non-Deterministic Finite Automata in chapter Finite Automata and Regular Expression of Compiler |
|
Answer» Right CHOICE is (c) A SET of states |
|