table of contents

data structure

2024-02-01

a data structure is a collection of data and operations on said data, the data is represented as objects, and each object x has:

for example, if x is a person, key(x) could be the person's ID, value(x) would be information on said person, like age, height, weight etc..