📚 Question Bank Q49 — Theory of Computation
Tags
Theory of Computation
Q49. Marks: +2.0 UGC NET Paper 2: Computer Science 11 March 2023

In the ε-NFA, M = ({q0, q1, q2, q3}, {a}, δ, q0, {q3}) where 'δ' is given in the transition table below, what is the minimum length of string to reach to the final state?

  ε a
q0 {q1} {}
q1 {q2} {}
q2 {} {q2, q3}
q3 {} {}
1.0
2.1 ✓ Correct
3.2
4.3
📄 All “Theory of Computation” questions across papers
🏷 Change Tag for this Question