Graphs Flashcards
vertices/ nodes
a point on a graph where edges join
edges/ arcs
a line connecting nodes
loops
an edge connecting a node to itself
multiple edges
two or more edges connecting the same two nodes
simple graphs
graphs without loops or multiple edges
subgraphs
graphs that can be contained within another graph
complete graphs
graphs where every node is connected to every other node
bipartite graphs
graphs where the nodes in a set are connected to nodes in another set but do not connect to nodes within the same set
complete bipartite graphs
graphs where every node in a set is connected to every node in another set
trails
sequences of nodes connected by edges
paths
trails where each node is visited only once
closed trails
trails where the start and end node are the same
cycles
closed trails where every node (except the start and end node) is only visited once
order of vertices
the number of edges meeting at a node
connected graphs
graphs where a path can be found to connect any two vertices (can go through other nodes to do this)