Skip to main content

Types Of Data Structure

 Types Of Data Structure:-

Data Structure Types



⫸ Primitive Data Structure:-

  1. These are basic structure and directly operated by machine instruction.
  2. They have different representation on different computers.
  3. These built in data structure.
  4.  Example:- Integer, Float, Character.


⫸ Non-Primitive Data Structure:-

  1. These are derived from the primitive data structure.
  2. It's a collection of same type of or different type primitive data structure.
  3. They are in composite nature.
  4. They emphasize a grouping of same or different data items, with relationship between each item.

Linear Data Structure:-
  1. A Data structure is linear when all the element are arranged in a linear(sequential) order.
  2. They are mapping is one dimensional.
  3. The elements have 1-1 relationship.        
       Example:-

➤ Array                                         ➤ Linked List

➤ Stack                                         ➤ Queue


Non-Linear Data Structure:-

  1. A Data structure is linear when all the element are arranged in a linear(sequential) order.
  2. The elements have one-many relationship.

➤ Binary Tree                               ➤ Binary Tree Search

➤ Heap                                          ➤ Hashing

➤ Matrix                                       ➤ Graph

Comments

Another posts