Re: Question about the minesweeper consistency problem (NP-complete problems)
- From: "Lasse" <lasse_rempe@xxxxxxxx>
- Date: 29 Apr 2005 03:13:56 -0700
Proginoskes wrote:
>
> There's also a result that says that every NP-complete problem has an
> algorithm that solves the problem and whose EXPECTED running time is
> polynomial. So, for the NP-complete problems, there are a large
number
> which can be solved quickly and a very few which are pathological.
>
I'm not sure what you mean here. Usually, 'expected' running time is
used for randomized algorithms: for every instance, there is an
expected running time, and the expected running time of the algorithm
is the worst-case time of these.
However, even if you mean: the expected running time of this algorithm
on a random instance of length n, I do not believe this. While there
are some NP-complete problems for which most instances are easy (I
think 3-coloring is such a problem), I believe that for many such
problems it is thought that most instances are hard. Of course I could
be mistaken.
Could you state the theorem you refer to precisely, and give a
reference? I assume there is some subtlety in the definition of the
distribution on the instances.
Lasse
.
- Follow-Ups:
- References:
- Question about the minesweeper consistency problem (NP-complete problems)
- From: Oscar
- Re: Question about the minesweeper consistency problem (NP-complete problems)
- From: Harri Haanpaa
- Re: Question about the minesweeper consistency problem (NP-complete problems)
- From: Oscar
- Re: Question about the minesweeper consistency problem (NP-complete problems)
- From: Lasse
- Re: Question about the minesweeper consistency problem (NP-complete problems)
- From: Proginoskes
- Question about the minesweeper consistency problem (NP-complete problems)
- Prev by Date: Re: JSH: SFT is boring
- Next by Date: Re: compute the order of orbit
- Previous by thread: Re: Question about the minesweeper consistency problem (NP-complete problems)
- Next by thread: Re: Question about the minesweeper consistency problem (NP-complete problems)
- Index(es):
Relevant Pages
|