D1 Flashcards
SIMPLE
A graph is simple if it has no loops and at most one edge connecting any pair of vertices
CONNECTED
Where all vertices are connected together directly or indirectly
COMPLETE
Every vertex is connected to every other vertex.
PLANAR
A graph that can be drawn so that none of the arcs cross.
HAMILTONIAN CYCLE
A cycle that visits every vertex of a graph exactly once and returns to the start vertex.
How many Hamiltonian cycles does a complete graph with n vertices have? Give your answer in terms of n
(n-1)! / 2
EULERIAN TRAILS
Covers every edge of the graph exactly once and finishes at the start vertex. Has all even vertices.
SEMI-EULERIAN
has only 2 odd orders and the rest are even.
TRAVERSABLE
A graph that can be drawn without taking the pen off the paper and without repeating any edges.
What does KRUSKAL’s algorithm do?
Minimum spanning tree
What does PRIM’s algorithm do?
Minimum spanning tree
What does DIJKSTRA’s algorithm do?
Shortest path in a network
CHINESE POSTMAN?
Shortest possible path via all the arcs and return to start. (May have to repeat some edges).
ISOMORPHIC
Graphs with the same vertices