Question
Task 3.
Adjacency List using linked list.
Your program must ask the number of vertices and then the list of vertices to store. Afterwards, the
adjacent vertices to each of the vertex to store the information.
You may consider the following simple graph to test your program.
a
b
d
e
expand button
Transcribed Image Text:Task 3. Adjacency List using linked list. Your program must ask the number of vertices and then the list of vertices to store. Afterwards, the adjacent vertices to each of the vertex to store the information. You may consider the following simple graph to test your program. a b d e
Expert Solution
Check Mark