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