Printing a powerset from a linked list.I do not know anything about sets or STL?
Printing a powerset from a linked list.[quote] [code] // you need <math.h> for pow-function! void quicktest() { vector<vector<int>*> a; /...
Printing a powerset from a linked list.Lol this isn't for class my math teacher mentioned you could do this and I went about it for my own ...
Printing a powerset from a linked list.So I am trying to get to print a powerset from my linked list however I am not sure how to go about ...
Simpler way of doing this?yeah no that did not work.