Science Atlas

How We Know What We Know
Concepts

Data Structure

Citation Formats

General Reference

APA Style

BibTeX

A data structure is a defined way of organizing and storing data so that it can be accessed and changed efficiently, such as a list, a tree or a table of key and value pairs. Choosing the right data structure for a problem is often the decision that matters most for a program's performance, more than the choice of algorithm run on top of it, because the shape of the data determines which operations are fast and which are slow. Donald Knuth's The Art of Computer Programming, whose first volume, Fundamental Algorithms, appeared in 1968, gave the field one of its first systematic, mathematically rigorous surveys of data structures alongside the algorithms that operate on them.

Cross-Tradition Connections

Studied In

Sources
Data Structure (Wikipedia)
WikipediaLead section
Quote, Lead section
A data structure is a way to organize and store data that is usually chosen for efficient access to data.
View the Source
Donald Knuth (Wikipedia)
WikipediaBiography section
Quote, Biography section
Knuth has been called the "father of the analysis of algorithms".
View the Source
Comments (0)
No comments yet. Be the first to share a thought.
Reader Challenges (0 open reader challenges)
No disputes yet. Spotted an error or a better source? Open the first one.

View At A Past Year

The atlas records no dated fact of its own for this entry, so there is no other year to choose.