The concept in which a data structure consisting of nodes (vertices) connected by edges, used to represent relationships is best known as which of these terms?
- A. Linked list
- B. Heap
- C. Doubly linked list
- D. Graph ✓
Correct answer
D. Graph
Explanation
Graph refers to a data structure consisting of nodes (vertices) connected by edges, used to represent relationships.