Discussion Board
Go to the previous messageGo to the following message
Current Forum: 15-211 Main Forum
Date: Mon Dec 17 2001 4:12 pm
Author: Scherlis, William L. <scherlis@cmu.edu>
Subject: Re: NP problems....

For a problem to be in NP, it must be solvable/decidable in nondeterministic polynomial time. This means that all the O(n^2), O(n log n), and even O(n^10) problems are in the class.

We can consider union-find to be in the class, though we'd have to be clever about formulating the sequence of actions in union find appropriately.

NP complete problems can all be polynomially reduced to each other, and indeed any NP problem can be polynomially reduced to an NP complete problem. That's why they're called NP complete. But there are plenty of problems in NP to which other NP problems cannot be polynomially reduced.
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
NP problems....      White, David      Mon Dec 17 2001 3:37 pm       
Re: NP problems....      Scherlis, William L.      Mon Dec 17 2001 4:12 pm       
Re: NP problems....      Shi, Ying      Mon Dec 17 2001 4:26 pm       
Re: NP problems....      Lee, Charles C.      Mon Dec 17 2001 7:44 pm       
Re: NP problems....      Maxim, Michael G.      Mon Dec 17 2001 8:00 pm       
Re: NP problems....      White, David      Mon Dec 17 2001 8:42 pm       
Re: NP problems....      Maxim, Michael G.      Tue Dec 18 2001 1:38 pm       
Re: NP problems....      White, David      Tue Dec 18 2001 3:34 pm       
Re: NP problems....      Maxim, Michael G.      Tue Dec 18 2001 7:09 pm       

Back to previous screen