See the assignment turn-in page (last modified on 11 September 2001) for instructions on turning in your assignment.
vector<vector<unsigned> > group(const vector<unsigned> &);
that accepts a vector of positive integers and returns a vector of integer vectors such that
You can test your procedure by compiling it with the file
/export/home/class/cs-509/pa7/main.cc
and running the resulting executable.
This page last modified on 28 November 2001.