|
|
|
|
|
by lifthrasiir
668 days ago
|
|
An array can be used to efficiently simulate a linked list and other data structure, however. (Or an intrusive linked list may be embedded into the bucket structure like PHP, but this is less efficient with open addressing scheme which is nowadays better for cache locality.) |
|
That's obviously not what the OP meant. Also, I don't think there's an efficient way of implementing deletes with an array backed linked list.