Decision Maths Flashcards
Arc
Line segment
Node
A point
Trail
Sequence of arcs
Closed Trail
Start and finish at the same node but no other duplication
Path
Trail when no node is visited more than once
Cycle
Trail that ends where it started and does not repeat any arc.
Tree
Connected graph with no cycles. (N-1) arcs, N nodes
Connected graph
A group where there exists a path to join a node to any other.
Complete Graph
Every node is directly connected to all other nodes
Bipartite graph
Graph consisting of two sets of nodes with arcs joining only between the two sets, not within a set
Order of a node
Number of arcs meeting at the node
Planar graph
Graph that can only be drawn so that arcs only meet at nodes
Simple graph
Graph with no loops or multiple arcs
Eulerian graph
Where all nodes are even and connected. A closed trail or using all arcs once.
Semi-Eulerian Graph
Graph with exactly two odd nodes. Connected trail using every arc once but starting and finishing at different nodes.