retagged by
4,119 views

2 Answers

0 0 votes
i think every problem in NP is decidable means it is recursive .and every recursive problem is recursively enumerable so we can say that both are true,correct me if i am wrong ..
Position:
Show:

Related questions

0 0 votes
1 1 answer
1.5k
1.5k views
Anshul Shankar asked Aug 22, 2017
1,516 views
If a language L and its complement L' are recursively enumerable then choose the correct statementa) L is recursive but not L'b) Both L and L' are recursivec) L' is recur...
0 0 votes
1 1 answer
2.6k
2.6k views
suneetha asked Dec 24, 2018
2,637 views
consider the following problemsp1: {<M,x,k>| M is a Turing machine M does not halt on x within k steps }p2:{<M>|M is a Turing machine and M accepts at least two strings o...
0 0 votes
2 2 answers
1.6k
1.6k views
Gupta731 asked Oct 10, 2018
1,642 views
What is Turing Decidable and Turing Recognizable and What to conclude from those terms?