This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients benjamin.peterson, mark.dickinson, newacct, rhettinger
Date 2011-02-11.12:38:23
SpamBayes Score 1.3230964e-09
Marked as misclassified No
Message-id <1297427904.71.0.712033195375.issue11180@psf.upfronthosting.co.za>
In-reply-to
Content
[Raymond]
> Also, I question your assertions about running time. [...]

Interesting observation.  I wonder what the average number of comparisons actually is, for random inputs.  A quick back-of-the-envelope calculation suggests that O(max(k*log(k)*log(n), n)) might be a tighter upper bound.

Anyway, I agree with Benjamin that you (newacct) would need to implement the algorithm and demonstrate an obvious improvement.  Even then, it would be hard to swallow changing the algorithms to require O(n) space.
History
Date User Action Args
2011-02-11 12:38:24mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, benjamin.peterson, newacct
2011-02-11 12:38:24mark.dickinsonsetmessageid: <1297427904.71.0.712033195375.issue11180@psf.upfronthosting.co.za>
2011-02-11 12:38:24mark.dickinsonlinkissue11180 messages
2011-02-11 12:38:23mark.dickinsoncreate