What are the major data structures used in the network data model?



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

Post New Answer

More Data Structures Interview Questions

How to do the intersection of two sorted arrays?

1 Answers  


Can you have an arraylist of arrays?

1 Answers  


How can you insert a node in a random location of the linked list?

1 Answers  


What is 1d array?

1 Answers  


What is the need for extendible hashing?

1 Answers  


What is the difference between hashmap and linkedhashmap?

1 Answers  


Define double hashing?

1 Answers  


How do you implement a stack?

1 Answers  


Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?

1 Answers  


Which is better than array and linked list?

1 Answers  


Can arraylist hold different types?

1 Answers  


Two linked lists are given, find out the sum of them without altering the linked list?

1 Answers   Expedia,


Categories