what is Linked lists?



what is Linked lists?..

Answer / Manish Bayalan

A linked list is a linear data structure that consists of a sequence of nodes where each node contains a pair of data and a reference to the next node in the sequence. Unlike arrays, no indexing is involved in accessing elements in a linked list.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is sorting in math?

1 Answers  


Can we declare array size as a negative number?

1 Answers  


What can be stored in an arraylist?

1 Answers  


Explain the term base case?

1 Answers  


Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.

1 Answers   Expedia,


Is hashmap fail safe?

1 Answers  


Write a program to reverse a link list.

1 Answers   iNautix,


What are the difference between a stack and a queue?

1 Answers  


Why is data structure important?

1 Answers  


How do you rotate an AVL tree?

1 Answers   Global Logic,


Which sorting is used in collections sort?

1 Answers  


What is structured data with example?

1 Answers  


Categories