Converting DFA to NFA

2.5k Views Asked by At

I'm doing a practice exam question which asks to convert a DFA to NFA.

My current thoughts about this question is that you need to add an empty transition to the diagram, but i'm not sure if this is the correct method, and if it is correct where would it go, after q1 or after q2. i don't fully understand the concept of converting to nfa to be honest.

enter image description here