What are the major data structures used in the hierarchical data model?



What are the major data structures used in the hierarchical data model?..

Answer / Praveen Kumar Yadav

The major data structures used in the hierarchical data model include tree-like structures like binary trees, AVL trees, B-trees, and their variants. These structures allow efficient storage, retrieval, and manipulation of large amounts of data organized in a hierarchical or tree-like manner.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is unbounded queue?

1 Answers  


Explain the term run-time stack?

1 Answers  


What is the best case complexity of bubble sort?

1 Answers  


How to inverting a function in sort and searching?

1 Answers  


What is a data structure definition?

1 Answers  


In an avl tree, at explain what condition the balancing is to be done?

1 Answers  


What is difference between list and set?

1 Answers  


What are two types of sorting?

1 Answers  


How do you declare An array of three pointers to chars

1 Answers  


For which header list, the last node contains the null pointer?

1 Answers  


Are the expressions arr and &arr same for an array of integers?

1 Answers  


Give a real time example of stack

1 Answers  


Categories