Saved Bookmarks
| 1. |
Define Graph? |
|
Answer» A graph G consist of a nonempty set V which is a set of nodes of the graph, a set E which is the set of edges of the graph, and a MAPPING from the set for edge E to a set of PAIRS of ELEMENTS of V. It can ALSO be REPRESENTED as G=(V, E). A graph G consist of a nonempty set V which is a set of nodes of the graph, a set E which is the set of edges of the graph, and a mapping from the set for edge E to a set of pairs of elements of V. It can also be represented as G=(V, E). |
|