Name Last modified Size Description
Parent Directory -
README.html 17-May-2003 01:17 253
combinations.py 18-May-2003 23:11 492
erlich.py 17-May-2003 02:07 913
internet.py 16-Jul-2003 17:20 1.5K
lcomb.py 19-May-2003 00:02 403
lexicographic.py 16-Jul-2003 17:21 786
plain_changes.py 16-Jul-2003 17:19 1.0K
rec_gen.py 22-Oct-2003 16:58 329
recursive.py 16-Jul-2003 17:22 452
I keep needing to write code that generates all combinations of things from bins, or all permutations of a list. So here is some code that does it that I got off the internet, as well as my own stab at the problem - written in Python of course!