You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kenneth Bruen
d96dc8247a
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
slide6.cpp | 3 years ago |
README.md
CCIoT Homework Lab 3
Slide 6
Problem
Try this out:
- Make a vector of pairs (ints);
- Sort the vector by the first element in the pair;
- Replace the odd pairs with zero on the second element;
Solution
See slide6.cpp.