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 ▸

Convert 10101100 to decimal.


What is the difference between a dynamic and a static data structure?


What is an Algorithm?


Explain indexed addressing including the benefits when traversing certain data structures (4 Marks)