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


why it is difficult to store linked list as an array?



why it is difficult to store linked list as an array? ..

Answer / codex

Its not difficult if you need to copy items in linked list to an array you should traverse the list starting first element and copy each value you pass by to an array.

if you are asking why do we use a linked list rather than array then it's because an array needs to have a fixed size but in a linked list you can add as much items as you can.but If you really need to use an array you can use an arraylist with resize feature.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is a hash index?

0 Answers  


What is a Queue? Explain its operation with example?

0 Answers  


What is map keyset?

0 Answers  


Differentiate between compilers and interpreters.

0 Answers   Tech Mahindra,


What is inplace sorting?

0 Answers  


Can hashmap have duplicate keys?

0 Answers  


What is sequential search? What is the average number of comparisons in a sequential search?

0 Answers  


What is binary tree in discrete mathematics?

0 Answers  


How can a binary tree be represented using the rotation?

0 Answers  


Which list does not allow duplicates?

0 Answers  


What do you mean by linear probing?

0 Answers  


What are threaded binary trees?

0 Answers  


Categories