1. Computing

Discuss in my forum

Data Structure

By , About.com Guide

Definition:

Data structure: A scheme for storing related data in memory so it can be retrieved quickly. The most simple data structure is the array, which is am indexed list of data. More complex data structure such as binary trees, hash maps and heaps are more difficult to implement, but searching for individual elements is faster with data structures than with an array.

  1. About.com
  2. Computing
  3. Ruby
  4. Glossary
  5. A - F
  6. Data Structure

©2013 About.com. All rights reserved.