What is a Mutatable Data Structure?

Mutatable Data Structure is a type of data structure in which the data structure can be edited, deleted or moved, in comparison to an immutable structure data cannot be changed, it can only have more data added.

An example of a mutatable Data structure is an Array

NH

Related Computing GCSE answers

All answers ▸

Convert 00110001 to Decimal


Describe how sensors and microprocessors are used to maintain certain conditions.


What is the difference between a high- and a low-level programming languages?


In terms of programming software, what is a translator? Describe the differences between the following three translators: assembler, compiler, interpreter.