Chapter 10.1 Graphs and Graph Models Flashcards
Defination Of A Graph
Define Infinite & Finite Graph
A graph with an infinite vertex set or an infinite number of edges is called an infinite graph, and in comparison, a graph with a finite vertex set and a finite edge set is called a finite graph.
Define Simple Graph
simple graph: an undirected graph with no multiple edges or loops
Define Multigraphs
multigraph: an undirected graph that may contain multiple edges but no loops
Define Loops
loop: an edge connecting a vertex with itself
Define Pseudographs
pseudograph: an undirected graph that may contain multiple edges and loops
Define A Directed Graph
Define Simple Directed Graph
a directed graph without loops or multiple directed edges
Define Directed multigraphs
a graph with directed edges that may contain multiple directed edges
Define multiplicity
When there are m directed edges, each associated to an ordered pair of vertices (u, v), we say that (u, v) is an edge of multiplicity m.
Graph Terminology Table