Most pythonic way of rotating a circular list to a canonical point

Lukas Barth mail at tinloaf.de
Sat Aug 1 18:53:39 EDT 2015


On Saturday, August 1, 2015 at 11:43:28 PM UTC+2, Paul Rubin wrote:
> How large are these lists supposed to be? 

Potentially large. Not so large though that iterating them (multiple times) should be a problem.

> [Concatenated Hashes]
> 
> If the lists are very large that doesn't sound so great due to storage
> requirements..

Also, that still doesn't compute that one "canonical ordering"...

Thanks,

Lukas



More information about the Python-list mailing list