Iterator

Teach and apply the Iterator pattern to traverse collections without exposing their internal structure. Use when users ask about Iterator, custom traversal algorithms, decoupling traversal from collections, parallel iteration, lazy iteration, or comparing Iterator to for-each loops and language-native iterables.

mdadul Updated

File contents

mdadul/agent-skills/tree/main/skills/design-pattern/behavioral/iterator commit 0a81cae5e5

Frequently asked questions

npx skillmds@latest add mdadul/iterator