Commit 26a920f

mo khan <mo@mokhan.ca>
2025-01-23 20:09:01
Finish assignment 4
1 parent 779f329
Changed files (2)
assignments/4-solution.md
@@ -67,3 +67,23 @@ Figure 11.9
       | ;     | statement terminator |
 
 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
+
+```plaintext
+--------|*|----------
+|.|.|.|b|1|0|b|.|.|.|
+--------|*|----------
+         ^
+         |- 1
+```
+
+```plaintext
+----------|*|--------
+|.|.|.|b|0|0|b|.|.|.|
+----------|*|--------
+           ^
+           |- 2
+```
3431709-assignment-4.pdf
Binary file