I have the following automaton. I am supposed to understand the use of empty transitions through it.
I think that the regular expression of this automaton is the following: 0* 1* 2*
I just want to know what this automaton lets us do? in other words what is the use of empty transitions in that case?