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 ▸

How to represent a negative decimal number using 8-bit binary two's complement ?


What is an Algorithm?


Given an unlimited number of light bulbs (that break at a certain height), and a building with 100 floors, how do you determine the height that the light bulb breaks?


Taken from an AQA paper: A common misconception is that the Internet is the World Wide Web. Explain the differences between the Internet and the World Wide Web.