My coursework question asks me to "Draw a State Transition for the nondeterministic finite state machine (NDFSM)" from a state transition table. By following the examples in our lecture materials, I've managed to complete this, however, I have a few questions where it differs from the notes.
1) When converting the NDFSM to a DFSM, s2 produces nothing when given input "a" meaning I have nothing noted for the DFSM state S2. I presume this is allowed?
2) My State Transition Network doesn't use all the possible states (the machine never enters some states after receiving input). For example, the DFSM has 15 nodes on it, of which only 7 are drawn onto the Network Diagram. Should I draw the empty nodes as isolated ones or just leave them off entirely?
Thanks!
I think I'll leave the unreachable states out as it would look overly complicated, since in the lecture notes he only ran through one example that happened to use all states, this situation was not covered.
– user3494322 May 03 '15 at 11:36