Power set: Difference between revisions

21 bytes removed ,  14 years ago
m
Undo revision 85229 by 141.70.93.106 (Talk) Works fine without the algorithm header
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;
Anonymous user