A data structure is a methodology used to arrange or structure the data in a way that complex to complex data
- Can be easily accessible.
- Can be easily modifiable
- Can be easily searchable.
- Can be easily iterate
In Today’s world data is everything. Data is present in different formats. To get that data and processing that data is a big challenge today, so data structure provides various ways to process that data in a very efficient way.
In this data structure tutorial, we will see various terminologies used to process the data.
Types of Data Structure
There are various types of Data structure which we can follow to process the data
- Array
- String
- Linked List
- Stack
- Queue
- Trees
- Graphs
Let’s understand various terms used in the data structure.