Last modified on November 18, 2024, at 19:58

Data structure

This is the current revision of Data structure as edited by Eac (Talk | contribs) at 19:58, November 18, 2024. This URL is a permanent link to this version of this page.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A data structure is a way to organize information on a computer. Simple data structures include queues, stacks, and linked lists. More complex data structures include heaps, dictionaries, trees, and file Systems. Computer science courses teach students how to create and use such structures. Software engineering typically dismiss the coding that supports these structures and concentrates on how to use them.

In Computer science, an ontology refers to a data structure that models a given domain or conceptual space.