Skip to content

ddw0.com

  • About
ddw0.com

Computer Science

Computer Science

Iterators and Finite State Machines

ByDaniel Winkelman September 26, 2023

I have a soft spot for iterators. An iterator is an abstraction in programming that represents a sequence of values that can be iterated (looped) over one at a time. It provides a way to access elements in a collection, data structure, or sequence without exposing the underlying details of how the elements are stored…

Read More Iterators and Finite State MachinesContinue

© 2025 by Daniel Winkelman. All rights reserved.

  • About