Data Structures

Someone please guide me about data structures. What are the data structures, Whats it included?
its-> how would you like to store your data in memory, and retrieve it back?

ex:Queue, List, Stack, ...

sources:
http://en.wikipedia.org/wiki/Data_structure
http://en.wikipedia.org/wiki/List_of_data_structures
Also see this site's tutorial

Data Structures
http://www.cplusplus.com/doc/tutorial/structures/

A data structure is a group of data elements grouped together under one name. ...
Last edited on

@andywestken
A data structure is a group of data elements grouped together under one name. ...



In C there are anonymous structures.:)
Topic archived. No new replies allowed.