Data Structures

Select the correct name for: an array-like data structure that automatically resizes itself as elements are added or removed.

Correct answer

B. Dynamic array

Explanation

Dynamic array refers to an array-like data structure that automatically resizes itself as elements are added or removed.