Iterators are the glue

Without iterators, there would be no way for us to move through the container and alter it according the algorithm. Hence, the iterator forms the backbone of this is process.

We'll cover the following...

Iterators define the range of the ...