Data Structure - Research Article from World of Computer Science

This encyclopedia article consists of approximately 2 pages of information about Data Structure.

Data Structure - Research Article from World of Computer Science

This encyclopedia article consists of approximately 2 pages of information about Data Structure.
This section contains 456 words
(approx. 2 pages at 300 words per page)
Buy the Data Structure Encyclopedia Article

The term data structure is relevant to computer programming. Data structure refers to a scheme for organizing related pieces of information, usually in memory. Organized data structure makes searching and other manipulations of the data easier and more fruitful. The main types of data structures are files, lists (such as linked lists), arrays, queues, stacks, heaps, records, trees, and, tables.

A file is a collection of data that has been identified with a name. Virtually all information stored in a computer is in a file, be it data files, text files, program files, directory files, or other files. The different types of files store different types of information.

A list is a set of items that have been grouped together. These are accessible one after the other in a sequential order. In a linked list, the items are formally linked together.

An array consists of a...

(read more)

This section contains 456 words
(approx. 2 pages at 300 words per page)
Buy the Data Structure Encyclopedia Article
Copyrights
Gale
Data Structure from Gale. ©2005-2006 Thomson Gale, a part of the Thomson Corporation. All rights reserved.