Sync bi-counter

From BusyBeaverWiki
Revision as of 19:14, 28 May 2024 by Mxdys (talk | contribs) (init, add definition and examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Definition

Sync bi-counter is a informal class of Turing machines. A typical Turing machine in this class has the following behavior:

  • It has two counters on the tape, and the lowest digit of both counters are adjacent.
  • In each round, both of the two counters are increased by one, and they count in the same base. Both counters count to the same number after each round (i.e. they are synchronized).

Examples