Tagged Questions
16
votes
21answers
1k 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 saying it's abstract ...
1
vote
3answers
791 views
Turing machine halting problem
I have a question about turing machines and halting problem.
Suppose that we have Atm = {(M,w) where M is a turing machine and w is an input} and
HALTtm = {(M,w) where M is a turing machine halts ...
0
votes
4answers
134 views
why there can't be a program that checks another program
I am trying to find the logical alan turing explanation why there can't be a program that checks another programs.
I remember we learned in on the computation course but now i just can't find the ...