Power set: Difference between revisions

Content deleted Content added
m Undo revision 85229 by 141.70.93.106 (Talk) Works fine without the algorithm header
Line 270:
#include <vector>
#include <iterator>
#include <algorithm>
 
typedef std::set<int> set_type;