Question

A developer is choosing between an array and a linked list to store a collection of elements. If the primary operations will be frequent insertions and deletions at arbitrary positions, and infrequent random access, which data structure is generally more suitable?

A Array
B Linked List
C Hash Table
D Stack
E Queue
Practice Next

Hey! Ask a query