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 one hand, iterators are generalizations of pointers that represent positions in a container. On ...