×
☰ Menu

Data Structure

In computer science, a data structure is a way to store and organize data in a computer so that it can be used efficiently. Different kinds of data structures work best for different kinds of applications, and some are very specialized for certain tasks. For example, B-trees are great for implementing databases, while hash tables are usually used to look up identifiers in compiler implementations.

 

Definition of Data Structure

  1. An organization of data is called a structure. The data structure refers to the way in which data is organized in computer memory or the way in which data is efficiently stored, processed, and retrieved. The term data structure refers to a structure used in computer memory to store a given collection of data.
  2. An arrangement of data in a computer's memory (or sometimes on a disk) is called a data structure.
  3. There are logical relationships between elements of data represented by the data structure.
  4. A data structure is a group of data elements grouped together under one name. These data elements known as members can have different types and different lengths.
  5. Data structure means how the data is organized in memory. There are different kinds of data structures. Some are used to store the data of the same type and some are used to store different types of data. The data structure is a combination of two or more data type elements.
  6. A data structure is defined as a way of representing data in computer memory it may into
  7. type to complex data involving many types, e.g., structure.
  8. It is a method for representing data in a structured manner. The analysis is not only concerned with raw data but also with how those data relate to one another.