Eli5: explain data structure from computer science to a non technical person.

724 views

How do I explain what is data structure to someone who has never programmed before?

In: 15

17 Answers

Anonymous 0 Comments

The best non-technical analog would be a map.

Computers can access any various parts of their memory, but they need a “map” to know where everything is. There are many different types of these maps and organizing the data in different ways can change how quickly you’re able to access, add, remove, and edit the data.

You are viewing 1 out of 17 answers, click here to view all answers.