Data Structures: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
(Started stub)
 
m (Altered intro)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Simply put, a '''data structure''' imposes structure on data.  a data structure allows programs to store and retrieve data that is conscious of both temporal and spatial considerations.
Simply put, a '''data structure''' imposes structure on a set of data.  A data structure enables programs to store and retrieve data in such a manner which considers both access time and memory constraints.

Latest revision as of 06:52, 4 August 2013

Simply put, a data structure imposes structure on a set of data. A data structure enables programs to store and retrieve data in such a manner which considers both access time and memory constraints.