How do you represent a linked list?



How do you represent a linked list?..

Answer / Priyanka Rohila

A Linked List can be represented using a chain of nodes where each node contains data and a reference to the next node. The first node in the list is often referred to as the head or the front.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

In Data Structure, write output of given program.

1 Answers   HPCL, Hughes Systique Corporation,


You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?

1 Answers   TCS,


What are binary search and fibonacci search?

1 Answers  


Which searching algorithm is best?

1 Answers  


How do I sort a hashmap key?

1 Answers  


What is data structure and why we need them?

1 Answers  


Can we use any class as map key?

1 Answers  


How many different binary trees and binary search trees can be made from three nodes that contain the key values 1, 2 & 3?

28 Answers   Accenture, Amazon, College School Exams Tests, iGate, Microsoft, TCS, Wipro,


What are the disadvantages of linear list?

1 Answers  


Which is best array or linked list?

1 Answers  


What do you mean by selection sort?

1 Answers  


Is arraylist a list?

1 Answers  


Categories