mohammed alkharroubi mohammed alkharroubi Author
Title: What is data structure?
Author: mohammed alkharroubi
Rating 5 of 5 Des:
A data structure is the organization of data in computers memory or in a file. Some examples of data structures are: array, stack, queue, li...

A data structure is the organization of data in computers memory or in a file.

Some examples of data structures are: array, stack, queue, link list, binary tree, hash table, heap and graph. Data structures are often used to build databases. Typically, data structures are manipulated using various algorithms.

Based on the concept of Abstract Data Types (ADT), we define data structure by the following three components

  1. Operations: Specifications of external appearance of data structure
  2. Storage structures: Organizations of data implemented in lower-level data structures.
  3. Algorithms: Description on how to manipulate information in the storage structures to obtain the  results defined for operations.

You Might also view the following Related Posts

For more other Posts: Click Here

Advertisement

Post a Comment

 
Top