Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 15 Online
OpenStudy (anonymous):

PS6#4: creating subsets. I know about itertools but I wanted to understand how to implement a function that would generate all subsets of a set. this is my implementation. http://codepad.org/WOZiOkUp does anyone know if there is a more elegant way to generate all subsets?

OpenStudy (maitre_kaio):

You could read the code of the itertools module, which is likely to be good code :) Here's an example: http://docs.python.org/dev/library/itertools.html#itertools.combinations

OpenStudy (anonymous):

here are two combination generators - the first is mine, the second i found on the net http://dpaste.com/696059/

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!