Introduction - If you have any usage issues, please Google them yourself
Data structures are the way computers store and organize data. A data structure is a collection of data elements that exist in one or more specific relationships with each other. Typically, well chosen data structures can lead to higher running or storage efficiency. Data structures are often related to efficient retrieval algorithms and indexing techniques. [1]