| In an undirected graph, (i,j) means that node i and node j are connected with an undirected edge. | |
| The nodes are numbered from 0 to 9, and the edges are: (0,1) (4,2) (2,3) (4,1) (8,2) (7,1) (9,1) (4,6) (3,5). |
| In an undirected graph, (i,j) means that node i and node j are connected with an undirected edge. | |
| The nodes are numbered from 0 to 9, and the edges are: (0,1) (4,2) (2,3) (4,1) (8,2) (7,1) (9,1) (4,6) (3,5). |