What are the major data structures used in the following areas : network data model & hierarchical data model?



What are the major data structures used in the following areas : network data model & hierarchic..

Answer / Ravindra Pratap Singh

In a network data model, graph data structures like adjacency matrix and adjacency list are commonly used. In a hierarchical data model, tree data structures such as AVL trees, B-trees, and heaps are often employed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Which data structure is used to perform recursion?

1 Answers  


Is arraylist synchronized?

1 Answers  


Which is faster arraylist or linked list?

1 Answers  


What is sequential search? What is the average number of comparisons in a sequential search?

1 Answers  


Why do we Use a Multidimensional Array?

1 Answers  


What is sorting an array?

1 Answers  


How does a hashmap work?

1 Answers  


Explain what is binary search?

1 Answers  


Explain the applications of stack?

1 Answers  


What is the advantage of circular linked list?

1 Answers  


If you are using c language to implement the heterogeneous linked list, what pointer type should be used?

1 Answers  


There are 8, 15, 13, 14 nodes were there in 4 different trees. Which of them could have formed a full binary tree?

1 Answers  


Categories