Answers for "traverse"

1

traverse

A data structure contains elements, which contain data. Traversing a data structure means: "visiting" or "touching" the elements of the structure, and doing something with the data. (Traversing is also sometimes called iterating over the data structure)
Posted by: Guest on January-17-2021

Browse Popular Code Answers by Language