Trying to draw a graph from regular expression

61 Views Asked by At

I do my homework
My regular expression is
$b^m\,(ab)^na | m,n >= 0$
After several attempts I have this: enter image description here

The vertex q1 is the entry and q2 is the exit.
Do you think it corresponds to the given regular expression ?