Exercise: Sorting and Iterating
Let's test how to sort and iterate vectors.
We'll cover the following...
This exercise is all about sorting lists and using iterators to extract data from them.
Problem statement
Given a ...