What are the major data structures used in the following areas : network data model & hierarchical data model?
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 |
Which data structure is used to perform recursion?
Is arraylist synchronized?
Which is faster arraylist or linked list?
What is sequential search? What is the average number of comparisons in a sequential search?
Why do we Use a Multidimensional Array?
What is sorting an array?
How does a hashmap work?
Explain what is binary search?
Explain the applications of stack?
What is the advantage of circular linked list?
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
There are 8, 15, 13, 14 nodes were there in 4 different trees. Which of them could have formed a full binary tree?