[TI] Compact: Fix spacing

This commit is contained in:
2025-11-09 07:14:53 +01:00
parent 7f0392be0b
commit cc0ff6d3cd
2 changed files with 1 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ The same ideas as with NFA apply here. The transition function also maps into th
\delta : (Q - \{ \qacc, \qrej \}) \times \Gamma \rightarrow \cP(Q \times \Gamma \times \{ L, R, N \})
\end{align*}
\drmvspace
Again, when constructing a normal TM from a NTM (which is not required at the Midterm, or any other exam for that matter in this course),
we again apply BFS to the NTM's calculation tree.