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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

List the applications of stacks?

1024


Define biconnectivity?

835


Does treemap allow null values?

806


What are the difference between malloc() and calloc()?

935


What are sorting algorithms used for?

926


Is pointer a variable?

838


Is set sorted?

898


What is heap tree?

878


Define an algorithm. What are the types of algorithms?

944


What is a undirected graph?

919


What is time complexity of hashmap?

989


Explain pre-order and in-order tree traversal.

884


What is the difference between Array and LinkedList?

958


What does the term sorting refer to?

1002


Is it possible to store null key and null values in a hashmap?

777