Table of Contents

Data Structures

Return to Data Structures Bibliography, Data Structures Courses, Algorithms, Major programming topics, Programming, Programming glossary, Programming topics, Programming languages, Software engineering topics, Software architecture, Software architecture topics, Awesome lists

Snippet from Wikipedia: Data structure

In computer science, a data structure is a data organization and storage format that is usually chosen for efficient access to data. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data, i.e., it is an algebraic structure about data.

External Sites


Template for programming language

In computer science, a data structure is a data organization, management and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.

Snippet from Wikipedia: Data structure

In computer science, a data structure is a data organization and storage format that is usually chosen for efficient access to data. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data, i.e., it is an algebraic structure about data.

Examples

Main article is List of data structures

There are numerous types of data structures, generally built upon simpler primitive data types:<ref>

</ref>

In addition, ''graphs'' and binary trees are other commonly used data structures.

External sites