See also: Computer | Programming | Data model
A programming construct used to hold data in a structured fashion.
The design of a data structures must take many things into account, including:
- Speed of inserts
- Speed of deletions
- Speed of searches
- Speed of updates
- Potential for “imbalance” (as in Binary Trees)
- Changes in structure do to inserts/deletions/updates
Types of Data Structures
Related Topics
- Big O Notation
- Database
- Filesystems
- Hierarchy
- Index
- Information Retrieval
- Metadata
- Node
- Specification
TakeDown.NET -> “Data-structure”