Graphs Flashcards

1
Q

What are the dots called?

A

Vertices or Nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the lines called?

A

Edges or Arcs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a simple graph

A

No loops and there is no more than one edge connecting any pair of vertices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a complete graph?

A

A graph in which every vertex is connected to every other vertex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a walk?

A

A sequence of edges in which the end of one edge (except the last) is the beginning of the next

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a trail?

A

A walk in which no edge is repeated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a path?

A

A trail such that no vertex is visited more than once (except that the first vertex may also be the last)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a cycle?

A

A closed path Eg. The end of the last edge is the start vertex of the next

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a hamiltonian cycle?

A

A cycle which visits every vertex once and only once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a traversable graph?

A

One that can be drawn without taking a pencil from the paper and without retracing the same edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a Eulerian graph?

A

A graph which can be traversed by starting and finishing at the same node, without retracing an edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a semi-Eulerian graph?

A

A graph where you start at a node, traverse each edge exactly once and end up somewhere different to the starting point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a bipartite graph?

A

A graph consisting of two sets of vertices. The edges only join vertices in X to vertices in Y.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a connected graph?

A

A graph in which every vertex is joined directly or indirectly to every other vertex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a tree?

A

A connected graph with no cycles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a digraph?

A

A graph in which at least one edge has a direction associated with it

17
Q

What is an incidence matrix?

A

A way of representing the number of edges between nodes in a matrix

18
Q

What is an isomorphic graph?

A

Two graphs that can be stretched, twisted or otherwise distorted into each other

19
Q

What is a planar graph?

A

A graph which can be drawn without any edges crossing

20
Q

What is a subgraph?

A

A subset of the vertices together with a subset of edges in a graph