Ask your own question, for FREE!
MIT 6.001 Structure and Interpretation of Computer Programs, Spring 2005 8 Online
OpenStudy (anonymous):

what is mean by data structure?

OpenStudy (anonymous):

I'm not sure how detailed you'd like an answer, so let's start very slowly. A data structure is a form of organizing data in the computer memory. How could we organize a list? We can connect all the elements of the list so that one element knows where is the other. So we can save the place in memory of the first element of the list. To find the element, we ask the first element how we can get to the next. It will tell us and we move to the next. How do we get to the next one? We ask the current element where we can find the next. Does that answer your question?

OpenStudy (anonymous):

Like friend say above. Also we can use the simple idea the book tells us, just constructor and selector. You will see this on the rest of the book.

OpenStudy (ralphd):

A data structure is a particular way of organizing data. In computer science, a data structure must additionally provide a way to store the data in a computer, in such a way that it can be used efficiently.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!