I am trying to find TM for $L = \{a^mb^nc^{m+n}: m \geq 0$ and $n \geq 0 \}$
This is what I have tried out so far. But as you see it generates some strings which are not in the language like acbc
I am stuck on how to improve my solution. Any help would be appreciated.
