Graphs Flashcards

1
Q

What are graphs?

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

What is a directed graph?

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

What are undirected graphs?

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

What are simple graphs?

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

What are directed multigraphs?

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

What are undirected multigraphs?

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

What are weighted multigraphs?

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

What are adjacency, neighbourhood, and degrees in undirected graphs?

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

What is the handshaking theorem?

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

Example of the handshaking theorem

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

What are in-degrees and out-degrees in directed graphs?

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

What is the theorem for degrees in directed multigraphs?

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

What are complete graphs?

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

What is a cycle graph?

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

What is a wheel graph?

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

What are cube graphs?

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

What are bipartite graphs?

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

.

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

Can a graph with loops be bipartite?

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

What is a complete bipartite graphs?

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

What is a subgraph?

23
Q

What are unions of graphs?

24
Q

What are adjacency lists?

25
What are adjacency matrices?
26
What are adjacency matrices for undirected graphs?
27
What are adjacency matrices for directed multigraphs?
28
What are adjacency matrices for undirected multi graphs?
29
.
30
.
31
What are incidence matrices for directed multigraphs?
32
What are incidence matrices for undirected multigraphs?
33
What is graph isomorphisms?
34
Examples of graph isomorphism
35
What is a path in a graph?
36
What are paths for undirected multigraphs?
37
What are paths for directed multigraphs?
38
Examples of path lengths
39
What is undirected connectivity?
40
Examples of undirected connectivity
41
What is directed connectivity?
42
Examples for directed connectivity
43
How do you count paths between vertices
44
What are Euler paths and circuits
45
What are the conditions for Euler paths and circuits for undirected graphs?
46
What are the conditions for Euler paths and circuits for directed graphs?
47
Example of Euler paths
48
What are Hamilton paths and circuits?
49
What are conditions for Hamilton paths and circuits?
50
What is the travelling salesman problem?