April 2018
Intermediate to advanced
396 pages
11h 8m
English
The iterator design pattern is when an iterator is used to traverse a container and access its elements. It helps to decouple containers from the algorithms performed on them. What an iterator should provide is sequential access to the elements of an aggregate object without exposing the internal representation of the iterated collection.
Read now
Unlock full access