Traversing refers to the process of accessing each element in a data structure (such as arrays or linked lists) one by one, usually for performing some operation on them.
Related terms
Iteration/Looping: Repeating a set of instructions multiple times until certain conditions are met.
Searching: The process of finding a specific element within a data structure.