Introduction
In this part of the course, we will learn to implement iterators and use them to traverse our data.
We'll cover the following...
On the one hand, iterators are generalizations of pointers which represents ...