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 ▸

What is the difference between a data structure and a data type?


Describe and explain how the operating system abstracts memory management away from a systems programmer.


How would you check if a number is palindrome using a looping algorithm in any programming language ?


Within the systems life cycle, describe what events might take place in the Analysis stage.