I have a question about convert a regular expression to an automaton. In the middle of the regular expression, appears $(\lambda + a)^*$. What I am wondering is: it is not the same of $ a^* $?
If is so, I could simplify the final automaton. $\lambda$ is the symbol for empty string.