Vocab 1 Flashcards
Arc
Edge
Node
Vertex
Order
Number of arcs meeting at a node
Even node
Has an even order
Odd node
Has an odd order
Multiple Arcs
More than one arc connecting a pair of nodes
Loop
An arc connecting a node to itself
Simple Graph
A graph without loops or multiple arcs
Complete Graph
A simple graph such that each of its nodes is directly connected by an arc to every other node
Subgraph of G
A graph whose nodes and arcs are all in the graph G
Bipartite Graph
A graph with two sets of nodes such that arcs only connect nodes from one set to the other
Complete Bipartite Graph
A bipartite graph such that each of its nodes is directly connected by an arc to every other node.
Trail
A sequence of arcs such that the end node of one arc is the start node of the next.
Path
A trail with the restriction that no node is passed more than once
Closed trail
A trail where the initial and final nodes are the same