Relationship between the Turing Machine and RAM Models

1.9k Views Asked by At

Could you tell me which is the relationship between the Turing Machine and RAM Models??

1

There are 1 best solutions below

0
On BEST ANSWER

A random-access machine with unbounded indirection is equivalent to a Turing machine (https://en.wikipedia.org/wiki/Random-access_machine#Turing_equivalence_of_the_RAM_with_indirection). Informally speaking, both machines have the same computational capabilities.