Fast powerset function

Carsten Haese carsten at uniqsys.com
Fri Jul 13 01:41:02 EDT 2007


On Thu, 12 Jul 2007 21:33:11 -0700, Arash Arfaee wrote 
> I need a powerset generator function. It's really slow with recursion. Does
anybody have any idea or code(!!) to do it in an acceptable time? 

1) Don't use recursion.

2) Google is your friend.

-Carsten




More information about the Python-list mailing list