Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 373 Bytes

File metadata and controls

17 lines (11 loc) · 373 Bytes

Data structures

Be familiar with the concept of data structures

What is a data structure?

A data structure is the name given to any method used to store data in an organised and accessible format.

Common data structures

Common data structures include but are not limited to:

  • Single-dimensional Arrays
  • Multi-dimensional Arrays
  • Fields
  • Records
  • Files