Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain about the types of linked lists

Answer Posted / vignesh1988i

as for as i know this concept their are three linked lists
1)linear or simple linked lists
2)doubly linked lists
3)circular linked lists

SIMPLE LL :
this contains a node which has two parts, see that a node is a STRUCTURE.one is data and other one is a pointer which is called self referencial pointers, so we must make it to point to the next location of second node created dynamically

DOUBLY LL :
a node will consists of previous node address , a data & next node address which can move backwards to the very first address

Circular ll :
here we will have the node consists of same thing but defaulty when it finishes the last node aand come to the first node

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a singletonlist?

937


Explain in brief a linked list.

1005


How to sequentially represent max-heap?

965


What is a vector element?

945


Can we add duplicate keys in a hashmap?

953


What is the difference between hashmap and treemap?

957


How do you sort a map by key?

909


Is null a binary search tree?

888


List the applications of stacks?

1104


What is difference between hashmap and treemap?

1013


What is a matrix? Explain its uses with an example

1245


Can we add elements to final list?

962


Is char array null terminated?

928


Which sorting is stable?

950


What is a graph?

2112