Types Of Data Structures

4
In previous post we have already discussed 'What is Data structures and Algorithms?'

So in this post we are going to discuss about Types Of Data Structures.

There are two types Of Data Structures:
  • Linear Data Structures
  • Non - Linear Data Structures

Linear Data Structures:

In Linear Data Structures Data elements are sequentially connected and each element can be traversed through a single run.
Examples - Array, Linked List, Stack, Queue

Non - Linear Data Structures:

In Non-Linear Data Structures Data elements are hierarchically Connected and are present at various levels.
Examples - Tree, Graph

Note - Here we are only talking about Only Non- Primitive Data Structures.



Post a Comment

4Comments
Post a Comment