Jump to content

Category:Data structures

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by BrownHairedGirl (talk | contribs) at 04:32, 10 July 2019 (remove links to deleted portals). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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