Homeworks for Cloud Computing and IoT lecture in year 3, semester 2
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
Solved Lab3 Slide6
3 years ago
..
README.md Solved Lab3 Slide6 3 years ago
slide6.cpp Solved Lab3 Slide6 3 years ago

README.md

CCIoT Homework Lab 3

Slide 6

Problem

Try this out:

  1. Make a vector of pairs (ints);
  2. Sort the vector by the first element in the pair;
  3. Replace the odd pairs with zero on the second element;

Solution

See slide6.cpp.