Would adding a stack to a 2-stack Turing machine allow it to recognize more languages?

320 Views Asked by At

I don't think it should because a third stack would be superfluous. The machine could just reuse the first stack after it uses the second right?

I'm just beginning to learn about Turing machines, so any help appreciated!