Skip to main content

Questions tagged [busy-beaver]

The Busy Beaver problem is about finding the sequence of n-state Turing Machines writing the most 1's on a tape.

Filter by
Sorted by
Tagged with
1 vote
0 answers
41 views

I have recently been investigating Turing-Complete systems and discovered something called “Cyclic Tag”. It is relatively simple to explain, it involves transforming an initial binary string through ...
Jack M.'s user avatar
  • 11
2 votes
0 answers
106 views

Basic setups: A Turing machine M operates on a doubly infinite tape. The tape is divided into cells. Each cell can hold either a 0 or a 1 (meaning, we will consider only TM’s with two symbols). The ...
Monte_carlo's user avatar
1 vote
1 answer
112 views

Let M be any n-state Turing Machine on an initially blank tape. The n-th Busy Beaver number BB(n) has been defined by several authors since Radó as both (1) the largest number of steps M can take ...
Jango's user avatar
  • 113
1 vote
0 answers
86 views

I was wondering whether one could solve Goldbach's conjecture more efficiently by introducing meta busy beavers, which I define as busy beavers which call busy beavers. This would only work if the ...
MCSquared's user avatar
0 votes
1 answer
187 views

I have a question described as follows from the Sipser's TOC textbook: Let $\Gamma=\{0,1, \sqcup\}$ be the tape for all TMs in this problem. Define the busy beaver function $BB: N \rightarrow N$ as ...
jamm's user avatar
  • 7
0 votes
0 answers
120 views

The busy beaver problem asks what is the largest number computable by a 2-symbol N-state Turing machine, however, most numbers however are not re-presentable by a smaller program. For a sufficiently ...
mousetail's user avatar
  • 166
5 votes
1 answer
146 views

Question (short and simple version): Can anyone suggest a very short SK combinator expression with a ridiculously long, but still terminating, reduction path (ignoring loops)? Question (longer version)...
Jim's user avatar
  • 173
1 vote
0 answers
56 views

In paper, page 5, 1st paragraph, it is stated that: Notice that an n-state Busy Beaver, if we had it, would serve as an O(n log n)-bit advice string, “unlocking” the answers to the halting problem ...
cartman's user avatar
  • 21
0 votes
0 answers
98 views

I'm a CS undergrad so forgive me if this question isn't formulated well. I got curious about the Busy Beaver function recently, and it got me wondering how all the n-state Turing machines are kept ...
Slim Shady's user avatar
1 vote
1 answer
139 views

Suppose we have a finite set of programs, say, something like every Turing machine with 2 states and 7 symbols. After running all of them for a very long time, we've narrowed it down to a small subset ...
Trev's user avatar
  • 316
0 votes
1 answer
65 views

Based on the Busy Beaver rules (2 letter alphabet, 2-way unbounded tape, program must halt, etc) I was wondering if the Busy Beaver for each n is also the program that does the most steps, or if there ...
sh1mmer's user avatar
  • 101
0 votes
0 answers
167 views

When proving the non-computability of the Busy Beaver function by contradiction, people create machines that are able to calculate the Busy Beaver function, BB(n), and also write more than 1s than BB(...
user3348949's user avatar
-1 votes
1 answer
82 views

This imprecise question is about a simple example for the following problem. I would like a Turing machine with few states that accepts only inputs which look complicated to the naked eye. Of course ...
domotorp's user avatar
  • 261
0 votes
0 answers
68 views

This question is mainly about the clarification of the terminology BB(n), not how busy beavers work. It seems common to refer to busy beaver numbers like ...
Josh Hibschman's user avatar
2 votes
1 answer
208 views

So let's say we have the function $f(n)$ that gives $k$ such that $k$ is the smallest number that gives a busy beaver function $B$ value from input $k$ that is greater than $n$. Or more succinctly the ...
Askeroni's user avatar
  • 217

15 30 50 per page