...

/

Exercise: Sorting and Iterating

Exercise: Sorting and Iterating

Let's test how to sort and iterate vectors.

This exercise is all about sorting lists and using iterators to extract data from them.

Problem statement

Given a ...