Can anyone give me some insight how that Turing machine can be implemented?
L = Xa^n n >= 0 and n = 0 + 1 + 2 + 3 +....+ M
accepted examples: Xa ->(0+1) Xaaa -> (0+1+2) Xaaaaaa (0+1+2+3) etc.
I couldn't find any source on the internet.
First, I have to turn one A to Y (I picked Y, nothing special about it)
Secondly I have to turn two A into Y's (This is where I get stuck)
How do we find how many A's will be converted into Y's