🎴 Flashcard Mode

Applications of Graph Theory

Card1 / 15
Mastered0
Review0
QuestionClick to flip

In computer science, which graph data structure is commonly used to represent networks and connections between objects?

AnswerClick to flip back
A
Adjacency List
💡 Explanation:

An adjacency list is a graph data structure that represents a graph as a collection of vertices, where each vertex is associated with a list of its adjacent vertices.

Change Mode