Category:Data structures

From HandWiki

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