Question: Describe a software application that would require a graph data structure in its implementation. Explain what the vertices and edges of the graph would represent.
Describe a software application that would require a graph data structure in its implementation. Explain what the vertices and edges of the graph would represent. Would the graph be undirected or directed? Would it be weighted or unweighted? Decide which type of representation would be best for this application, an adjacency matrix, an adjacency list using an array of linked lists or a fully linked representation. Explain your reasoning.
Step by Step Solution
There are 3 Steps involved in it
A software application that would require a graph data structure in its implementation is a social network platform In this context the graph data structure can be used to model the relationships betw... View full answer
Get step-by-step solutions from verified subject matter experts
