Graphs Flashcards

1
Q

vertices/ nodes

A

a point on a graph where edges join

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

edges/ arcs

A

a line connecting nodes

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

loops

A

an edge connecting a node to itself

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

multiple edges

A

two or more edges connecting the same two nodes

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

simple graphs

A

graphs without loops or multiple edges

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

subgraphs

A

graphs that can be contained within another graph

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

complete graphs

A

graphs where every node is connected to every other node

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

bipartite graphs

A

graphs where the nodes in a set are connected to nodes in another set but do not connect to nodes within the same set

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

complete bipartite graphs

A

graphs where every node in a set is connected to every node in another set

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

trails

A

sequences of nodes connected by edges

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

paths

A

trails where each node is visited only once

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

closed trails

A

trails where the start and end node are the same

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

cycles

A

closed trails where every node (except the start and end node) is only visited once

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

order of vertices

A

the number of edges meeting at a node

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

connected graphs

A

graphs where a path can be found to connect any two vertices (can go through other nodes to do this)

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

Eulerian graphs

A

connected graphs with a closed trail connecting every edge once with the same start/ end node

17
Q

semi-Eulerian graphs

A

connected graphs where two nodes have off order so each edge can be travelled over only once as long as the start/ end nodes are different

18
Q

tree graphs

A

connected graphs with no cycles

19
Q

planar graphs

A

graphs that can be drawn so that edges only meet at nodes (edges don’t cross when it is drawn out on paper)