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...


applications of linked lists and mostly used linked list?

Answers were Sorted based on User's Feedback



applications of linked lists and mostly used linked list?..

Answer / pooja singh

to implement other data structure such as
stack,queues,trees,graphetc
to maintain directory of name.
perform arithmetic operation on long integers.
to manipulate polynomials.
to represent sparse matrices
most used link list are:-
1 linear l_l.
2 doubly L_L.
3 circular L_L.

Is This Answer Correct ?    10 Yes 1 No

applications of linked lists and mostly used linked list?..

Answer / sreejith menon

Used mainly to represent elements in a dynamic environment where it is added on an ad-hoc basis.
Especially in the cases where the total number of elements in the list cannot be pre-decided, linked lists are used. This does not lead to space insufficiency or space wastage as in case of arrays.
For eg. The no. of terms in a order-n polynomial varies greatly, using an array to store the co-efficients is an inefficient methods. If the array size is declared 100, a quadratic equation will use just 3 index and the rest 99 will be wasted. While for a sine or cosine series (from x to infinity) an overflow error might occur..!

Is This Answer Correct ?    4 Yes 1 No

applications of linked lists and mostly used linked list?..

Answer / ash

used in gamming application and file system in operation system.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Data Structures Interview Questions

applications of stacks and their uses?

1 Answers   Mind Tree, Samsung,


What is a list of lists?

0 Answers  


What are linked lists used for?

0 Answers  


What are the standard ways in which a graph can be traversed?

0 Answers  


For which header list, the last node contains the null pointer?

0 Answers  


Is treeset synchronized?

0 Answers  


What is a sorting algorithm in data structure?

0 Answers  


How do I push an element into a stack?

0 Answers  


Why is quicksort better than mergesort?

0 Answers  


What is adt in data structure with example?

0 Answers  


What do you mean by Logical Error

0 Answers  


Can a binary tree be empty?

0 Answers  


Categories