Iteration

From Mario Fan Games Galaxy Wiki
Revision as of 17:39, 19 March 2010 by Xgoff (talk | contribs) (Created page with ''''Iteration''' is the process of running a loop. Often this loop is the traversal of a collection of items, usually allowing each item to be worked upon individually. Depend…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Iteration is the process of running a loop. Often this loop is the traversal of a collection of items, usually allowing each item to be worked upon individually. Depending on the data structure and iteration function involved, items may or may not be accessed in a specific or predictable order.