Name:
Anonymous
2010-10-12 22:27
c++ find the power set of a set containing 40 integers in polynomial time
Name:
Anonymous
2010-11-06 6:15
c++ find the power set of a set containing 40 integers in polynomial time
polynomial time
power set contains 2^N elements. There is no way to print 2^N elements in N^const time
IHBT