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
Post a Comment