retagged by
1,755 views

2 Answers

2 votes
2 votes
Since language L is NP-Complete all NP and NP Complete problems can be reduced to L in polynomial time.

And it is given that complement of language L is in NP. Hence complement of all NP problems is in NP.
1 votes
1 votes

If there is an NP-complete language L whose complement is in NP, then the complement of any language in NP is in NP.

Answer:

Related questions

2.7k
views
2 answers
2 votes
admin asked Mar 31, 2020
2,668 views
Which of the following regular expressions denotes a language comprising all possible strings over the alphabet $\{a,b\}$?$a^*b^*$$(a\mid b)^*$$(ab)^+$$(a\mid b^*)$
1.3k
views
2 answers
1 votes
admin asked Mar 31, 2020
1,330 views
Regarding power of recognition of language, which of the following statements is false?Non deterministic finite-state automata are equivalent to deterministic finite-stat...
988
views
4 answers
2 votes
admin asked Mar 31, 2020
988 views
If $L_1$ and $L_2$ are context free language and $R$ a regular set, then which one of the languages below is not necessarily a context free language?$L_1L_2$$L_1\cap L_2$...
913
views
4 answers
4 votes
admin asked Mar 31, 2020
913 views
If $L$ be a language recognizable by a finite automaton, then language from $\{L\} = \{w$ such that $w$ is a prefix of $v$ where $v\in L\}$, is aregular language.context-...