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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -