Data structure

структура данных в программировании а) описание полей записи, таблицы, списка, массива, файла и т. п. Смотри также: array, DBMS, field, file, list б) сложный тип данных, представляющий собой набор из одной или нескольких переменных, возможно разных типов, имеющих общее имя Смотри также: record

Англо-русский словарь компьютерных терминов

Data structure

структура данных

Англо-русский политехнический словарь

Data structure

noun any of various methods or formats (as an array, file, or record) for organizing data in a computer

Merriam-Webster's Collegiate Dictionary

Data structure

Any method of organising a collection of data to allow it to be manipulated effectively. It may include meta data to describe the properties of the structure. Examples data structures are: array, dictionary, graph, hash, heap, linked list, matrix, object, queue, ring, stack, tree, vector.

Free Online Dictionary of Computing