Recent questions tagged turing-machine

0 votes
0 answers
454
I think the question is wrong , it is related to closure properties of NP problems and NP problems are recursive so closed under concatenation, intersection, union, set d...
1 votes
2 answers
456
1 votes
1 answer
457
11 votes
2 answers
458
4 votes
2 answers
459
14 votes
2 answers
463
14 votes
4 answers
464
0 votes
1 answer
465
0 votes
1 answer
466
Any good source to study the halting concept of Turing machine,other than Peter Linz?
0 votes
3 answers
467
Are Turing Recognizable and Turing Acceptable languages same? What is their relationship with recursive enumerable and recursive language?
5 votes
0 answers
468
2 votes
1 answer
469
1. L = {<M>|M is a TM and L(M) is countable}2. L = {<M>|M is a TM and L(M) is uncountable}what is the class of 1 and 2 recursive/RE/NOT RE
2 votes
1 answer
470
2 votes
1 answer
471
i m confused between 2 problems 1. X={M| L(M)=ε} 2. Y ={M| M accepts ε}where M is Turing Machineis this 2 problems are different and also explain decidability of both...
5 votes
2 answers
475
Can anyone provide the proof of halting problem of turing machines by contradiction ? If possible, give example, how is it reduced to other turing problems ?
0 votes
1 answer
476
Construct the Turing Machine that accepts the language of palindromes over {a, b}. Also specify the moves trace the strings abaa, abba, aabaa.