Question:medium

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.
Updated On: Jun 25, 2026
  • All words that contain the repetition of \(ab\) and end with \(a\)
  • All words that contain the substring \(ba\) and end with \(a\)
  • All words that end with \(a\)
  • All words that end with \(b\)
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0