DATA STRUCTURES



Admission Enquiry Form



Data Structures.

A technique to store and orgainze the data efficiently in Computer.

What is Data?

Data is the collection of raw, facts and figures.

What is Information?

The processed form of data is known as Information.

Applications of Data Structures?

  1. Operating System.
  2. Artificial Intelligence.
  3. Computer Design.
  4. Computer Graphics.



Types of Data Structures




Linear Data Structures:

Linear data structures have data elements arranged in sequential manner and each element is connected to its previous and next element. Some Linear Data Structures are as follows:

  1. Arrays
  2. Linked List
  3. Stack
  4. Queue



Non-Linear Data Structures:

Data structures where data elements are not arranged sequentially or linearly. Some Non-Linear Data Structures are as follows:

  1. Trees
  2. Graphs