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 pitrou
Recipients exhuma, ezio.melotti, ncoghlan, pitrou, pmoody
Date 2014-05-12.00:18:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399853889.25.0.587455561965.issue20826@psf.upfronthosting.co.za>
In-reply-to
Content
From a quick look, the algorithm is indeed correct, and it should perform better on average than the previous one.

Note: both algorithms are O(n**2) worst case, not O(n).
History
Date User Action Args
2014-05-12 00:18:09pitrousetrecipients: + pitrou, ncoghlan, ezio.melotti, pmoody, exhuma
2014-05-12 00:18:09pitrousetmessageid: <1399853889.25.0.587455561965.issue20826@psf.upfronthosting.co.za>
2014-05-12 00:18:09pitroulinkissue20826 messages
2014-05-12 00:18:08pitroucreate