INTRODUCTION TO DATA STRUCTURE
Gate Smashers will discuss what data structure is, its use and where do we see or use it in the
real life. Big companies like Google and Amazon are collecting data in a large amount on a daily
basis. Since the data is being collected there will be some organization and management for it
and we will also have to give a storage format to it. This is known as Data Structure. Data
Structure is neither a software nor a data type like integer or float. Data structure is simply a way
to store the data. The data structure is the base for everything including your application,
software, and website. If they are working well, It means that there is a data structure behind it
which is its base. For instance, when you search for something on Google, thousands of users
are searching simultaneously , and you still get the results with the same speed. When you buy
any product on amazon, you enter a book Data structure you immediately get the reviews.
There is stack , queue , and array.
Gate Smashers will discuss what data structure is, its use and where do we see or use it in the
real life. Big companies like Google and Amazon are collecting data in a large amount on a daily
basis. Since the data is being collected there will be some organization and management for it
and we will also have to give a storage format to it. This is known as Data Structure. Data
Structure is neither a software nor a data type like integer or float. Data structure is simply a way
to store the data. The data structure is the base for everything including your application,
software, and website. If they are working well, It means that there is a data structure behind it
which is its base. For instance, when you search for something on Google, thousands of users
are searching simultaneously , and you still get the results with the same speed. When you buy
any product on amazon, you enter a book Data structure you immediately get the reviews.
There is stack , queue , and array.