programming:data_structures

Data Structures

Snippet from Wikipedia: Data structure

In computer science, a data structure is a data organization, management, 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.

GitHub Topics

A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.

  • programming/data_structures.txt
  • Last modified: 2022/08/17 11:10
  • by Henrik Yllemo