You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please verify that the error is present in the most recent revision before reporting. Yes. I checked
Chapter number or note title: Lecture 6: Turing Machines [Fa'16]
Page number: 106
Error description: In the table representation of the Turing machine's transition function, there is a slight error in the function labelled: d(seek0, 0) = (reset, x, +1). It should be d(seek0, 0) = (reset, x, -1) according to both the diagram and empirical checking
Suggested fix (if any): [change the +1 to a -1]
The text was updated successfully, but these errors were encountered:
Please verify that the error is present in the most recent revision before reporting. Yes. I checked
Chapter number or note title: Lecture 6: Turing Machines [Fa'16]
Page number: 106
Error description: In the table representation of the Turing machine's transition function, there is a slight error in the function labelled: d(seek0, 0) = (reset, x, +1). It should be d(seek0, 0) = (reset, x, -1) according to both the diagram and empirical checking
Suggested fix (if any): [change the +1 to a -1]
The text was updated successfully, but these errors were encountered: