Posts

Showing posts with the label what is DS

Data Structure | what is DS | What is a data structure ?

The data structure is  a organized and arranged way to store data. or The logical containers for store the data is called data structure. Details:            The data structures are actually the method that how store some data in the variable. The method tells us that how our data is store and how many operations are performed on the data. Difference between data structure and data type:            Most of the people are merge both data structure with data type. It is not right. Actually the data types are the type in which the data can be store like integers or float etc. but the data structure is the method according to which the data is stored.Remember, data structure is a hidden process. For clear our concepts, I want to give an example: Data type is a =egg & Data structure are the =egg tray (As in the egg tray there are some specific place for each egg sam...