Represent the Mealy automaton as a Moore automaton?
How would one represent this simple Mealy automaton as a Moore automaton? I think that an additional state is needed, since two arrows, for example, go into state 0, where one outputs 0 and the other 1. How would one implement this Mealy as Moore? A short graphic would be very nice. Thanks!