The process of visiting each element in a linked list is called __________.
2023
The process of visiting each element in a linked list is called __________.
- A.
Transversing
- B.
Travelling
- C.
Traversing
- D.
Visiting
Attempted by 562 students.
Show answer & explanation
Correct answer: C
The process of visiting (or accessing) each element in the linked list exactly once in order to perform some operation is known as 'Traversing'.