Skip to content

Latest commit

 

History

History
2 lines (1 loc) · 317 Bytes

iterator.md

File metadata and controls

2 lines (1 loc) · 317 Bytes

The Iterator Pattern provides a unified interface to access elements of a collection object without exposing the underlying representation of the collection. This allows the traversal operation to be separated from the collection class, making the collection more flexible and independent of the traversal algorithm.