Описание тега traversal
Traversal is the action of iterating over all the elements in a sequence of elements.
Traversal, in the context of programming languages, usually refers to the act of visiting all the elements in a sequence of elements - be it an array, a set, a list, or any other data structure.
Examples: Tree Traversal