Sync bi-counter: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
(init, add definition and examples)
 
m (bold name)
Line 1: Line 1:
== Definition ==
'''Sync bi-counter''' is an informal class of Turing machines. A typical Turing machine in this class has the following behavior:
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.
* It has two counters on the tape, and the lowest digit of both counters are adjacent.

Revision as of 03:17, 24 July 2024

Sync bi-counter is an 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