what is the difference between singly and doubly linked lists?



what is the difference between singly and doubly linked lists?..

Answer / Yogesh Pandey

The main difference between a singly linked list and a doubly linked list is that each node in a singly linked list has only one reference to the next node, while each node in a doubly linked list has references to both the next and previous nodes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Define red-black trees.

1 Answers   Wipro,


Why do we need to use computers to help us sort lists?

1 Answers  


What is data structure what is need of it?

1 Answers  


Is map a collection?

1 Answers  


What data structure does a binary tree degenerate?

1 Answers  


Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential

1 Answers  


What are data and data types?

1 Answers  


Can a stack be described as a pointer? Explain.

1 Answers  


What sort of serious problems have you experienced, and how have you handled them?

0 Answers   Wipro,


what is a balanced tree.

1 Answers  


How do we find duplicate elements in an array?

1 Answers  


Why is it called bubble sort?

1 Answers  


Categories