What is a linked list?
Answers were Sorted based on User's Feedback
Answer / e-mail
Link list is a collection of either diffrent diffrent data
or same type of data which is store in a node,basically
node contain non premitive data witch is divided into two
parts one part contain data and another part contain
address of next node..
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / purba phalguni mishra
" Linked List is a collection of data elements consisting
of nodes", basically two parts:-
1. INFO part- contains the information/value of data items.
2.LINK part- keeps the address of the adjacent node,i.e,
co-relating notes.
The basic application,i.e, the linear arrangement of data
items gives the fundamental idea of array.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / swati sinha
Linked list is a datastructure which consist of many nodes
linked wit each other.Each node is divided in to
2parts.one has the data and the other has address which
points to the next node.the last node has null pointer.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / aditya
A Linked List is the collection of leniar data elements. In
linked list there will be nodes which has 2 parts. They are
data part and link part. The data part consists of the th
data element and the link part consists of the address of
the next node. In linked list the link part of the last
node will be NULL. The different types of linked list are
1) Linear Linked List
2) Double Linked List
3) Circular Linked List
4) Doule Circular Linked List
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rashid
A linked list is a linear collection of self referential
structs. LL consists of nodes connected by pointer links.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abu
A linked list is liner collection of data elements that are
called nodes. the linear order is maintained by using
pointer.a link list can be either liner or doubly or circular.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nashiinformaticssolutions
Similar to an array, a linked list is a linear data structure where the components aren't always kept together.
In essence, it is a series of nodes that form a chain-like structure by pointing in the direction of the next node.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Similar to an array, a linked list is a linear data structure where the components aren't always kept together.
In essence, it is a series of nodes that form a chain-like structure by pointing in the direction of the next node.
Is This Answer Correct ? | 0 Yes | 0 No |
Similar to an array, a linked list is a linear data structure where the components aren't always kept together.
In essence, it is a series of nodes that form a chain-like structure by pointing in the direction of the next node.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venu
link list is a list that is used to sort by the names
Is This Answer Correct ? | 1 Yes | 8 No |
What is multidimensional array?
What type of loop is a for loop?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Describe the difference between a Thread and a Process?
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
What is meant by multiple inheritance?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are callback functions in c++
What is and I oop mean?
What is a friend function & its advantage?
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,