diff options
| -rw-r--r-- | 3431709-assignment-4.pdf | bin | 151514 -> 151523 bytes | |||
| -rw-r--r-- | assignments/4-solution.md | 10 |
2 files changed, 5 insertions, 5 deletions
diff --git a/3431709-assignment-4.pdf b/3431709-assignment-4.pdf Binary files differindex abec136..2e88bc9 100644 --- a/3431709-assignment-4.pdf +++ b/3431709-assignment-4.pdf diff --git a/assignments/4-solution.md b/assignments/4-solution.md index 08a5f8e..a669ea6 100644 --- a/assignments/4-solution.md +++ b/assignments/4-solution.md @@ -70,7 +70,7 @@ Chapter 12: > 5. Given the Turing machine instruction `(1,1,0,2,L)` and the configuration `...b 1 0 b...` draw the next configuration. -* `(1,1,0,2,L)` - Move right once and halt +* `(1,1,0,2,L)` - Move left once and halt the machine ```plaintext --------|*|---------- @@ -81,9 +81,9 @@ Chapter 12: ``` ```plaintext -----------|*|-------- +------|*|------------ |.|.|.|b|0|0|b|.|.|.| -----------|*|-------- - ^ - |- 2 +------|*|------------ + ^ + |- 2 ``` |
