1. What
is Data structure?
How
effectively we are storing the data it’s called as data structure.
Data structure is particular way of storing
and organizing data so that it can use efficiently.
Structuring the data which really help us
to manage it properly.
Let’s take the example of Dictionary (defined into liner form), Cash book (defined in tabular form)
Let’s take the example of Dictionary (defined into liner form), Cash book (defined in tabular form)
It is not a language it’s a set of algorithm
or process which help to store data effectively.
Data structure à
Algorithm à
Abstract Data type à
Set of rules
Algorithm à Array, Stack, Queue, linked list, tree, graphs
Algorithm (data structure) is divided into two types ::
Algorithm à Array, Stack, Queue, linked list, tree, graphs
Algorithm (data structure) is divided into two types ::