Explain what are the major data structures used in the hierarchical data model?
Answer / Sudhakar Shukla
In a hierarchical data model, the primary data structure is the tree. The other commonly used data structures include Binary Trees, Trie (Prefix Tree), and N-ary Trees. Each node in these trees represents a record with pointers to its child nodes representing nested records.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of sorting the data?
How do you do binary search?
How efficient is bubble sort?
What is the default size of arraylist?
What sort does arrays sort use?
Given M x N matrix with sorted elements row wise and column wise, find elements?
Can you make an arraylist of arrays?
What is a class user?
What is structure of data type?
Is treemap sorted?
Write a program to reverse a single linked list.
Explain the internal working of a hash map?