First time here? Check out the FAQ!
answered 2017-08-28 11:31:32 +0100
G = graphs.EmptyGraph()
G.add_edges([(6,1),(1,5),(5,0),(5,3),(3,2),(3,8),(8,4),(8,7)])
G.show()