Shift overflow bouncer counter: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
m (→‎Definition: fixed a minor grammar error)
(Used Template:Stub)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Definition ==
{{Stub}}
Shift overflow bouncer counter is an informal class of Turing machines. A typical Turing machine in this class has the following behavior:
A '''shift overflow bouncer counter''' is an informal class of Turing machines. A typical Turing machine in this class has the following behavior:
* It has both a bouncer and a counter on the tape.
* It has both a bouncer and a counter on the tape.
* Increment: when the bouncer finish a loop, the counter is increased by one.
* Increment: when the bouncer finish a loop, the counter is increased by one.
Line 6: Line 6:


== Examples ==
== Examples ==
* [https://bbchallenge.org/1RB0RE_1LC0RA_1LD0LB_1LA0LB_1RF1RA_---0RD&s=60000&ox=0.1 1RB0RE_1LC0RA_1LD0LB_1LA0LB_1RF1RA_---0RD]
* {{TM|1RB0RE_1LC0RA_1LD0LB_1LA0LB_1RF1RA_---0RD}}
* [https://bbchallenge.org/1RB1RE_1LC---_0LD0LC_1RD0RA_1RE0RF_0LA1LD 1RB1RE_1LC---_0LD0LC_1RD0RA_1RE0RF_0LA1LD]
* {{TM|1RB1RE_1LC---_0LD0LC_1RD0RA_1RE0RF_0LA1LD}}
* [https://bbchallenge.org/1RB0RF_1LC1RB_0RD0LB_---0LE_1RE0RA_1RD1RE 1RB0RF_1LC1RB_0RD0LB_---0LE_1RE0RA_1RD1RE]
* {{TM|1RB0RF_1LC1RB_0RD0LB_---0LE_1RE0RA_1RD1RE}}
* [https://bbchallenge.org/1RB3LA3LB1RA3RA_2LA2LB---4RA4LA 1RB3LA3LB1RA3RA_2LA2LB---4RA4LA]
* {{TM|1RB3LA3LB1RA3RA_2LA2LB---4RA4LA}}
 
[[Category:Zoology]]

Latest revision as of 22:38, 10 August 2025

A shift overflow bouncer counter is an informal class of Turing machines. A typical Turing machine in this class has the following behavior:

  • It has both a bouncer and a counter on the tape.
  • Increment: when the bouncer finish a loop, the counter is increased by one.
  • Overflow: when the counter overflows, the bouncer is reset to nearly empty, and the original location of the bouncer becomes part of the counter (this is imprecise and sometimes it has more complex behavior).

Examples