Networks Flashcards

0
Q

What are cycles?

A

Routes which form a loop by returning to its original start point.

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

What are paths?

A

Routes that do not visit any vertex more than once, and do not go over any edge more than once.

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

What are simple graphs?

A

Have no loops and at most one edge connecting any pair of vertices.

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

What are connected graphs?

A

All vertices are connected by an edge.

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

What is a eulerian trail?

A

A route which covers every edge of the graph exactly once and finishes at the start vertex. Sometimes called a eulerian cycle.

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

What does eulerian mean?

A

Every node is even.

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

What does semi eulerian mean?

A

2 nodes are odd.

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

What does non-eulerian mean?

A

Every other combination.

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

What is a planar graph?

A

A graph that is drawn so that none of the edges cross.

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

What is a Hamiltonian cycle?

A

A cycle that visits all of the vertices only once and returns back to the starting point.

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

What does isomorphic mean?

A

When 2 graphs have the same amount of vertices and edges.

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