array
link list
tree
All of the above E. None of the above
Answer is Wrong!
Answer is Right!
The correct answer is C. tree.
A hierarchical data structure is a data structure that is organized in a tree-like manner. The data elements are arranged in a hierarchy, with each element having one or
64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/>
Subscribe on YouTube
more parent elements and zero or more child elements.
An array is a data structure that stores data in a linear fashion. The data elements are arranged in a contiguous block of memory, and each element can be accessed by its index.
A linked list is a data structure that stores data in a non-linear fashion. The data elements are arranged in a chain, with each element pointing to the next element in the chain.
Therefore, the only option that is a hierarchical data structure is C. tree.