762 views
0 votes
0 votes

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 difference.

Correct me if i am wrong..

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
UltraRadiantX asked Oct 9, 2021
471 views
let L = “CFL but not REGULAR”, Can we get complement of L as CFL?Unlike in the case of Recursively Enumerable(RE) language where if L = “RE but not RECURSIVE”, it...
4 votes
4 votes
1 answer
3
anurag sharma asked Dec 24, 2018
1,899 views
What is difference between Σ* and L* ? Which is true ?S1 : Σ* – {ϵ} = Σ+S2 : L* – {ϵ} = L+ .
0 votes
0 votes
0 answers
4
dragonball asked Dec 20, 2017
525 views
Subset of Regular Language is REL or not ?PLz Explain with an Example.