InterviewSolution
Saved Bookmarks
| 1. |
In graph theory collection of dots and lines is called(a) vertex(b) edge(c) graph(d) mapI have been asked this question in class test.My question is taken from Graph Coloring in section Graph Coloring of Data Structures & Algorithms II |
|
Answer» CORRECT choice is (C) graph To explain: According to the graph THEORY a graph is the collection of dots and lines. Vertices are also CALLED dots and lines are also called edges. |
|