Describe a difference between an array and a linked list.

An array has a fixed data size and cannot hold more elements than said size, whereas a linked list can hold different numbers of elements.

MB

Related Computing A Level answers

All answers ▸

Describe two's complement.


In decimal, what is the most negative number that can be represented using a 12-bit two’s complement binary integer?


What the main differences between an interpreter and a compiler?


Write pseudocode for the binary search algorithm and state, with an explanation, it's worst case complexity in big-O notation