-1

Question in note

my solution

I find a question in my note and when I try to convert the nfa to a dfa, i get a similar result but not exactly the same. what am i doing wrong? or is my answer also acceptable?

Kent Wong
  • 143
  • 8

1 Answers1

0

Note that the name (or label) of state doesn't really matter. Your answer is exactly the same as that in your note.

After doing conversion, you can change the label i.e q0q1 to q1 and q0q2 to q2. Or to whatever names you like.

The important thing of NFA/DFA is the structure. Start state, final state, and the transition.

ipramusinto
  • 2,310
  • 2
  • 14
  • 24