To represent a graph, we need to store two sets. The first set represents the vertices of the graph, and the second set represents the edges or arcs. The two most common structures used to store these sets are arrays and linked lists.
Answer the following statement true (T) or false (F)
True
Correct.
Computer Science & Information Technology