data structures - Besides Inserts what are the advantages of LinkedLists over Lists? -


i suspect linkedlists better lists/arrays storing sparse data , graphs.

is correct? else better lists for?

another advantage linked lists on arrays recursive structure useful in recursive algorithms. linked list dynamic structure while array static structure.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -