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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -