DSGT Answers
DSGT Answers
2•Euler’s path and circuit 3• Hamilton path and circuit 3• Adjacency Matrix
4•Cartesian product
The Cartesian Product of sets A and B is
defined as the set of all ordered pairs (x, y)
such that x belongs to A and y belongs to B.
For example, if A = {1, 2} and B = {3, 4, 5}, then
the Cartesian Product of A and B is {(1, 3), (1,
4), (1, 5), (2, 3), (2, 4), (2, 5)}.