Category:Data structures

From HandWiki
Revision as of 09:41, 16 January 2021 by imported>JOpenQuest (correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Handwiki book24.pngComputing portal

Here is a list of articles in the Data structures category of the Computing portal that unifies foundations of mathematics and computations using computers.

In computer science, a data structure is a way of storing data in a computer so that it can be used efficiently. Often a carefully chosen data structure will allow a more efficient algorithm to be used. The choice of the data structure must begin from the choice of an abstract data structure.


See also