Contruct a deterministic automata from a non-deterministic automata

39 Views Asked by At

Here is a non deterministic finite automata:

enter image description here

Here is the deterministic finite automata I built from the above automata.

enter image description here

It seems the construction of the second automata is wrong. For me, this is perfectly fine. Where am I wrong?