Why is an array called a data structure?

1 answer

Answer

1150884

2026-05-13 19:00

+ Follow

An array could be called static because it is generally not changed structurally once it is created, meaning that you do not add, delete or swap the nodes themselves, though you will likely modify the data contained by the nodes. This differs from a more dynamic data structure, such as a linked list, where adding, deleting or swapping nodes is relatively simple.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.