1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What type of graph has undirected edges, does not allow loops or multiple edges?
Simple graph
What type of graph has undirected edges, allows multiple edges but does not allow loops?
Multigraphs
What type of graph has undirected edges, allows multiple edges and allows multiple loops?
Pseudograph
What type of graph has directed edges, does not allow multiple edges, and does not allow loops?
Simple directed graph
What type of graph allows directed edges, multiple edges, and loops?
A directed multigraph
What type of graph allows directed and undirected edges, multiple edges, and loops?
Mixed graph