Construct a Non-deterministic Finite State Automaton (NFA) M with minimum number of states for the set of strings over {0, 1} such that each 0 in the string is immediately followed by a 1.
The image below is the NFA i've drawn. However i do not know if it is correct. NFA