In article <[EMAIL PROTECTED]>,
Alex Martelli <[EMAIL PROTECTED]> wrote:
>mike_wilson1333 <[EMAIL PROTECTED]> wrote:
>
>> I would like to generate every unique combination of numbers 1-5 in a 5
>> digit number and follow each combo with a newline.  So i'm looking at
                        .
                        .
                        .
>but these variations are all implementing the same algorithm. One
>algorithms that's definitely different enough to distinguish is to use
>recursion -- but it won't offer much advantage over this one.
>
>
>Alex

For light reading on still other enumerations and their algorithms,
see <URL: http://www.unixreview.com/documents/s=10089/ur0606j/ >.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to