DATA STRUCTURE


Meaning of DATA STRUCTURE in English

Way in which data are stored for efficient search and retrieval.

The simplest data structure is the one-dimensional (linear) array, in which stored elements are numbered with consecutive integers and contents are accessed by these numbers. Data items stored nonconsecutively in memory may be linked by pointers (memory addresses stored with items to indicate where the "next" item or items in the structure are located). Many algorithms have been developed for sorting data efficiently; these apply to structures residing in main memory and also to structures that constitute information systems and databases .

Britannica Concise Encyclopedia.      Краткая энциклопедия Британика.