What is a Mutatable Data Structure?

A 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 ▸

How do I put 10101011 from binary into decimal?


Storage: Magnetic hard disc vs Solid state drive.


What is Bubble Sort algorithm and how it works? Give an example of pseudo-code explaining the process.


How would you convert the Binary number 01001101 into both Hexadecimal and Decimal?