Computer Science, asked by subhaq, 1 year ago

what is traversing in data structure

Answers

Answered by sushmita
3
Traversing Linear Structures. Traversing a linear structure means moving through it sequentially, node by node. Processing thedata element of a node may be complex, but the general pattern is as follows: ... Repeat until there are no more nodes. Process the current node.

subhaq: thanks
sushmita: well!c
Answered by Anonymous
1

Answer:

The traversing in the data structure....

Similar questions