|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^2: Challenge: Sorting Sums Of Sorted Seriesby Limbic~Region (Chancellor) |
| on Feb 03, 2010 at 14:05 UTC ( #821171=note: print w/ replies, xml ) | Need Help?? |
|
Krambambuli,
Here are a few links to help your main question
I guess your question boils down to: How can you do this with even less than 2N + M? blokhead has shown a solution that uses no memory but takes (N*M)^2 to run. TO give you a specific answer, one would need a specific problem. As I demonstrated in How many words does it take?, the trick to solving really hard problems in the general case (NP complete) is to exploit the details of the specific case (effectively turned into O(1)). Cheers - L~R
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||