The Iterator Pattern
The iterator pattern is a design pattern which can be used to decouple (traversal) algorithms from containers.
We'll take a look into what it actually is, how to apply it, and which problems it solves!
What does it state?
The elements of an aggrega...
deepdive.hashnode.dev5 min read