What are the data structures used in RDBMS, Network data model & Hierarchical data model?
Answer / mamata nayak
data structures used in RDBMS (Relational Database management System)= Array
Network data model = Graph
Hierarchical = Tree
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the procedure to insert into a sorted array?
Define balancing condition for AVL Tree.
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
Explain the principle of quicksort. What is its complexity?
What is the need for extendible hashing?
Is hashmap fail safe?
How to find middle element of linked list in one pass?
Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?
How to pass in data structure exam?
If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?
What type of variable is age?
Tell me real world example of polymorphism and encapsulation .