I need to give nondeterministic finite automata for the following language: $$ L = \{w \in \{a, b\}^∗ \mid w \in ba^*a \cup ((a \cup bb)^*ab^*)\} $$ The * above are Kleene Stars
I'm having trouble reading this, I think its:
Language $L$ is a set of strings, such that each string $w$ is of the form: Zero or more $ba$, then $a$, then zero or more $abb$, then zero or more $ab$.
Is this right, if not where have I gone wrong?
Thanks.