in reply to Re: permutation algorithm
in thread permutation algorithm
The problem as given is in NP (and probably not in P), but that means it's in P-SPACE. Your solution however uses exponential memory.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: permutation algorithm
by fglock (Vicar) on Jul 12, 2002 at 14:45 UTC |