previous up next
Go backward to Undirected Graph
Go up to Top
Go forward to Example
RISC-Linz logo

Example

Graph <N_5, E>

E = {<0, 1>, <1, 0>, <0, 2>, <2, 0>, <1, 1>, <1, 2>,
   <2, 1>, <3, 3>, <0, 4>, <4, 0>, <1, 4>, <4, 1>}

Draw single undirected edge instead of pair of directed edges.


Author: Wolfgang Schreiner
Last Modification: January 26, 2000

previous up next