mirror of
https://github.com/dancojocaru2000/y3s2-cciot-hw.git
synced 2025-02-23 01:19:34 +02:00
.. | ||
README.md | ||
slide6.cpp |
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.