What is a reverse linked list.



What is a reverse linked list...

Answer / Gaurav Goel

A reverse linked list, also known as a singly reversed linked list, is a data structure similar to a singly linked list, but the links between nodes point in the opposite direction. In other words, each node's next pointer points to its previous node instead of its successor. This allows us to traverse the list from the tail to the head.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is the difference between hashmap and linkedhashmap?

1 Answers  


Why do we Use a Multidimensional Array?

1 Answers  


Explain extended binary tree.

1 Answers  


Which interfaces are implemented by concurrentskiplistset?

1 Answers  


ple.. briefly describe the purpose of having a base case and a recursive case in a recursive algorithm

2 Answers  


When would you use a tuple?

1 Answers  


What is difference between list and array list?

1 Answers  


What thread means?

1 Answers  


How can avl tree be useful in all the operations as compared to binary search tree?

1 Answers  


What do you understand by stable sort?

1 Answers  


Explain Stack

1 Answers   Tech Mahindra,


What is a map programming?

1 Answers  


Categories