Über Data Structure
Data Structure is a way of collection and arrangement of data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in terms of some relationship, for better organization and storage. For example, we have data from a university professor¿s name "Tejas" and age 26. Here "Tejas" is a name which comprises of characters into it which collectively formed String which is a data type and 26 is of integer data type and these data types are than stored in memory according to the data structure assigned to the data type.
Mehr anzeigen