Define double linked list?



Define double linked list?..

Answer / Mayuri

A double linked list is a linear data structure in which each node contains two links, one pointing to the previous node (the foregoing element) and another pointing to the next node (the succeeding element).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?

1 Answers  


What does abstract data type mean?

1 Answers  


To describe the Complexity of Binary search, Quicksort and various other sorting and searching techniques..

0 Answers   HPCL, Hughes Systique Corporation,


What are the properties of binary heap?

1 Answers  


What are different types of algorithms?

1 Answers  


What is bubble sort and quick sort?

1 Answers  


Which sorting is stable?

1 Answers  


What is the difference between null and void pointer in data structures?

1 Answers  


write an algorithm to show the procedure of insertion into a b-tree?

1 Answers  


Define an equivalence relation?

1 Answers  


Differentiate between iterable and iterator.

1 Answers  


What is ds heap sort?

1 Answers  


Categories