| 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: (1,4) (7,6) (8,3) (5,9) (2,8) (7,9) (6,3) (7,0) (9,1). |
| 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: (1,4) (7,6) (8,3) (5,9) (2,8) (7,9) (6,3) (7,0) (9,1). |