On Sat, Nov 8, 2008 at 11:58 PM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > > Does anyone know a good (fast) way of determining the number of > permutations needed to order a short list of integers say 10 or less and > that would also return the ordered list?
Well, for 10 or less items, I guess [..].sort() should work, right? As to the number of permutations, I don't have any code. Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
