Arrays: An Essential Programming Data Structure

An essential data structure

Steven Curtis
8 min readSep 12, 2021

An array is store of the same type of data. Now, not every programming language is zero indexed, but pretty much every one that you might use is. So if you’re not sure what a zero indexed array is this is the article for you! We will explore arrays, and what it means for you as a programmer.

Programming with Arrays

An essential data structure

An array is store of the same type of data. Now, not every programming language is zero indexed, but pretty much every one that you might use is. So if you’re not sure what a zero indexed array is this is the article for you! We will explore arrays, and what it means for you as a programmer.

Prerequisites:

  • Be able to create a basic Hello, World! program in Python, Java or Swift

The article is supported by a video

Terminology

--

--

No responses yet