Tagged Questions

1
vote
1answer
122 views

Turing Machine Code Golf

Ok guys, today's goal is to build a turing machine simulator. for those that don't know what it is, see the Wikipedia article. The state table we are using today is found at the en …
-1
votes
2answers
99 views

How to argue that if we could solve the halting problem, then we could solve busy beaver?

This is one of the tasks of my assignment. I have a Turing machine simulation which can simulate a busy beaver function. I have done some research about proving this problem, but s …
2
votes
1answer
70 views

Turing Machine Instruction Table

Hi! The definitions of Turing Machine say that it is prohibited for one to read/modify it's instruction table (program). Exactly, Turing Machine has no access to it's own program …
0
votes
2answers
149 views

How can I simulate a turing machine?

I don't quite understand the whole idea of a turing machine thing. I am currently tasked with making a busy beaver turing machine. But the thing I don't really get is it simulates …
4
votes
11answers
325 views

Is computing theory useful for programmers? [closed]

Can learning subjects such as abstract machines and formal languages make you a better programmer?
1
vote
2answers
231 views

How to create a turing machine that serves as function calculator for x^y

I'm studying for a test on turing machines, and I'm stuck with a problem in which I have to create a Turing Machine that serves as a function calculator for: f(x,y) = x ^ y I un …
8
votes
9answers
413 views

Multiple levels of infinity [closed]

Some programmers don't see much relevance in theoretical CS classes (especially my students). Here is something I find very relevant. Let me build it up in pieces for those that ha …
14
votes
20answers
743 views

How do you apply Theoretical Computer Science?

Why is theory useful? Do you ever use it in your day-to-day coding? For example, we learned about the halting problem, Turing machines, reductions, etc... a lot of classmates are s …