Name an every day object/scenario that serves as an example of a popular data structure
Saloni Goyal

Saloni Goyal @blender

About: Extremely curious.

Joined:
Jul 15, 2019

Name an every day object/scenario that serves as an example of a popular data structure

Publish Date: Jan 31 '21
3 2

Comments 2 total

  • Bertil Muth
    Bertil MuthFeb 4, 2021

    A phone book is an example of a map data structure, where the name is the key, and the number is the value.

    Interestingly, in some programming languages, a map is called a dictionary. So I guess a dictionary is also a good example of a map :-)

Add comment