Graphs and Networks Flashcards

1
Q

What is a walk

A

Any route through a graph

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

What is a Path

A

A walk where no vertex is visited multiple times

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

What is a Trail

A

A walk where no Edge is visited multiple times

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

What is a cycle

A

A path where the end vertex and the start vertex are the same

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

What is a Hamiltonian cycle

A

A cycle that includes every vertex

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

What is a connected graph

A

A graph where all the nodes are connected either directly or indirectly

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

What is a simple graph

A

A graph with no loops and a maximum of 1 vertex connected to each other

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

How could you calculate sum of the degrees of the vertices

A

Number of edges *2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
10
Q

What is a spanning tree

A

A subgraph containing all vertices that is also a tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
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
12
Q

How would you find the number of vertices in a complete graph

A

n(n+1) /2

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

What is a isomorphic graph

A

A graph which shows the same information in a different format

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