Commit 064ef48

mo khan <mo@mokhan.ca>
2025-01-23 20:11:44
Fix error in assignment 4
1 parent 26a920f
Changed files (2)
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
 ```
3431709-assignment-4.pdf
Binary file