Define when we should use a linked list instead of an array

Define when we should use a linked list instead of an array.

E

Expert

Verified

Generally, the data structures you would be choosing between while you are looking for linked lists are arrays and linked lists. Here array lists are only self-expanding arrays.

The major considerations are whether you previously know how several spaces you will require in your array and whether you need direct access to the certain elements.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.