A _______ is a data structure that consists of a collection of nodes and edges.
- Graph
- Heap
- Queue
- Tree
A graph is a data structure that consists of a collection of nodes and edges. Nodes represent entities, and edges represent relationships between those entities.
Loading...
Related Quiz
- Which command is used to create a new branch in Git?
- In code review, what is the main objective of providing feedback?
- What is encapsulation in OOP?
- In Git, a "conflict" occurs when the changes in two branches are _______.
- A stored procedure is _______ in a relational database, which can be executed by invoking its name.