1,255 views

2 Answers

1 votes
1 votes

NP-hard problems are at least as hard as the hardest problems in NP but there's no upper limit on how hard they themselves can be. There are NP-hard

problems that are:

Putting this all together, you can visualize these classes in a Venn diagram like so:

Venn diagram containing P, NP, NP-hard, NPC, R, and RE

(If P=NP, then the innermost region would be a single circle representing P=NP=NP-complete)

 

SOURCE:https://cs.stackexchange.com/a/90677

–1 votes
–1 votes

NP hard problems belongs to RE languages because no algorithm exist for finding the solution of this even in unlimited time so these are undecidable problem therefore RE.

Related questions

2 votes
2 votes
1 answer
2
1 votes
1 votes
1 answer
3
learner_geek asked Aug 2, 2017
536 views
Is below given details true or false??
1 votes
1 votes
0 answers
4
Hira Thakur asked Aug 29, 2016
272 views
the language generate by the grammer S→SS/aSb/abis accepted by___a. DPDAb.PDAc.LBAd turing machine1. D>C>B>A2. A>B>C>D3. B>D>A>B4. D>A>B>C