Array¶
An array is a list of items of same type stored in a contiguous memory space. This makes it efficient to retrieve an item from an array if you know the position of it. However, when you do not know the item position (index), the search for it is slow.
Last update:
January 22, 2023
Created: January 22, 2023
Created: January 22, 2023