Skip to main content

Data Structure & Algorithm


## DATA STRUCTURES :
It is a way of arranging data on a computer so that it can be accessed & updated efficiently
## ALGORITHMS :
Algorithms are an instructions or a way to solve the problem using the data which is stored with the help of data structure.

## TWO TYPES OF DATA STRUCTURE:
1. Linear data structure :
1) Arrays
2) Stack
3) Queue
4) Linked-List
2. Non-Linear data structure:
1. Graphs
2. Trees