What do you know about traversal in linked lists?



What do you know about traversal in linked lists?..

Answer / Anand Singh Tomar

Traversing a linked list means to iterate through each node of the list, either sequentially or recursively. This is typically done to access, update, or delete data in the linked list.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are different techniques for making hash function?

1 Answers  


What is difference between treeset hashset linkedhashset?

1 Answers  


Why do we use dynamic arrays?

1 Answers  


How do you declare An array of three char pointers

1 Answers  


Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?

1 Answers  


Which sorting algorithm is worst?

1 Answers  


What is the use of data structure?

1 Answers  


How to increase stack limit in w3wp.exe?

1 Answers   PUCIT,


What is a reverse linked list.

1 Answers   Aspiring Minds,


What do you mean by data and data structure?

1 Answers  


wt is a datastructure

8 Answers   CybAge,


What is merge sort in daa?

1 Answers  


Categories