The diagram given below refers to a non-deterministic finite state automaton that accepts the language having
Show Hint
If an NFA/DFA reaches a final state only through a transition labeled \(a\), and that final state has no outgoing transitions, then accepted strings typically end with \(a\).
Always inspect the final transition leading to the accepting state.