Difference between homogeneous and heterogeneous data structure
Answers
Answered by
0
in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array
while there can b any type of data in non homogeneous data structure.
example:- list
while there can b any type of data in non homogeneous data structure.
example:- list
Answered by
0
Difference between homogeneous and heterogeneous data structure:
Homogeneous data Structure:
- The data element contains the same data types in homogeneous data structures.
- It is also determined as similar data elements stored by a data structure.
- In homogenous the data elements belong to the single data type.
- Example : Arrays.
Heterogeneous data structure:
- It is also determined as a non-homogeneous data structure.
- In other words more types of data elements stored by the data structure.
- All the data elements have different data types.
- The data element does not belong to the same data type.
- Example : linked list.
Learn more about data
What is the best data structure for storing the phonemes and associated data in the disk?
https://brainly.in/question/5028921
Advantage and disadvantage of array in data structure
https://brainly.in/question/10325706
Similar questions