Data Structures: Difference between revisions
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. | 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.