Data Structures

Identify the correct definition of Graph.

Correct answer

A. A data structure consisting of nodes (vertices) connected by edges, used to represent relationships.

Explanation

Graph refers to a data structure consisting of nodes (vertices) connected by edges, used to represent relationships.