What are the major data structures used in the network data model?
Answer / Tularam Saini
In the network data model, important data structures include adjacency list, adjacency matrix, and edge lists. These structures are used to represent a graph where nodes (vertices) are connected by edges.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to do the intersection of two sorted arrays?
Can you have an arraylist of arrays?
How can you insert a node in a random location of the linked list?
What is 1d array?
What is the need for extendible hashing?
What is the difference between hashmap and linkedhashmap?
Define double hashing?
How do you implement a stack?
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
Which is better than array and linked list?
Can arraylist hold different types?
Two linked lists are given, find out the sum of them without altering the linked list?