graph
graph copied to clipboard
graph only allows one self loop
Because the adjacency "list" representation uses a set instead of a list, only one self loop is currently allowed per vertex.
related to #46