What are different types of linked lists?



What are different types of linked lists?..

Answer / Paramjeet Kaur

The main types of linked lists include Singly Linked List (one-way links), Doubly Linked List (two-way links), Circular Linked List (links that connect the last node to the first), and Cyclic Singly/Doubly Linked Lists.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is 1d array?

1 Answers  


What is the structure of an array?

1 Answers  


Can we change load factor of hashmap?

1 Answers  


What is advantage and disadvantage of linked list?

1 Answers  


Are linked lists considered linear or non-linear data structures?

1 Answers  


When will you use array over arraylist?

1 Answers  


Why is hashmap faster than treemap?

1 Answers  


What is stack algorithm?

1 Answers  


Define root?

1 Answers  


Why heap sort is not used?

1 Answers  


Can treeset contain null?

1 Answers  


Why sorting algorithms are important?

1 Answers  


Categories