Crossing sequence (Turing machines)
From HandWiki
In theoretical computer science, a crossing sequence at boundary i, denoted as [math]\displaystyle{ \mathcal{C}_i(x) }[/math] or sometimes [math]\displaystyle{ cs(x,i) }[/math], is the sequence of states [math]\displaystyle{ q_{i_1},q_{i_2},...,q_{i_k}, }[/math] of a Turing machine on input x, such that in this sequence of states, the head crosses between cell i and i + 1 (note that the first crossing is always a right crossing, and the next left, and so on...)
Sometimes, crossing sequence is considered as the sequence of configurations, which represent the three elements: the states, the contents of the tapes and the positions of the heads.
Study of crossing sequences is carried out, e.g., in computational complexity theory.
This article does not cite any external source. HandWiki requires at least one external source. See citing external sources. (2021) (Learn how and when to remove this template message) |
Original source: https://en.wikipedia.org/wiki/Crossing sequence (Turing machines).
Read more |