Which of the following data structures is preferred for storing hierarchical data models?
A tree represents parent-child relationships and levels naturally, making it the standard structure for hierarchical data models.
Community Discussion