What is the complement of the language accepted by the NFA shown below? Assume ∑ = {a} and ε is the empty string.
(a) Φ
(b) ε
(c) a
(d) {a, ε}
This question was posed to me in a job interview.
My query is from Transformation from NFA to DFA in portion Finite Automata and Regular Expression of Compiler