Differentiate between singly and doubly linked lists?



Differentiate between singly and doubly linked lists?..

Answer / Astha Tulsyan

In a singly linked list, each node contains only one pointer to the next node. In contrast, a doubly linked list has two pointers: one pointing to the next node and another pointing to the previous node.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Is it possible to increase size of array?

1 Answers  


What is numeric array?

1 Answers  


What is a simple path?

1 Answers  


What are the topics in data structures?

1 Answers  


Does hashset maintain order?

1 Answers  


What is the difference between hashset and hashtable?

1 Answers  


What are the types of sorting?

1 Answers  


Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.

1 Answers   Wipro,


Can we add duplicate keys in a hashmap?

1 Answers  


What is scalar data type?

1 Answers  


What is the logic to reverse the array?

1 Answers  


Does linkedhashset allow null values?

1 Answers  


Categories