klocey / partitions

python based code for integer partitioning
4 stars 4 forks source link

Revision of python partition code #3

Closed dmcglinn closed 11 years ago

dmcglinn commented 11 years ago

These changes do not change how the algorithms function or how they compute random partitions, but they do change the style of the code, the order of arguments to functions, and the overall flow of the functions.

klocey commented 11 years ago

Looks good, Dan. Thanks.