Graphs defenitions Flashcards

1
Q

What are the points called in graphs

A

Vertices or nodes

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

What are lines called in graphs

A

edges or arcs

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

what is order in graphs

A

its the number of edges going outwards from one node/vertex

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

what are 2 other ways to call ‘‘order’’

A

valency or degree

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

whats a walk

A

a walk is a route along edges from 1 vertex to another.

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

whats a path

A

a path is a walk in which no vertex/node is visited more than once.

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

whats a trail

A

a walk in which no edges are visited more than once

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

whats a cycle

A

a walk in which end vertex is the starting vertex and no other vertex visited more than once

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

whats a hamiltonian cycle

A

All vertices gone through once before returning exactly once before returning to starting vertex.

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

whats eulers handshaking lemma

A

sum of degrees of the vertices equals 2x number of edges

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

whats a tree graph

A

a tree is a connected graph with no cycles

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

whats spanning tree graph

A

a sub graph which includes all vertices and is a tree

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

whats a complete graph

A

every vertex is directly connected by a single edge to each of the other vertices

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

whats a simple graph

A

no loops, and max 1 edge connected 2 vertices

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

whats MST MINIMUM SPANNING TREE

A

a spanning tree with lowest sum of lengths

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

what is a connected graph

A

when each vertex in graph has a path between them

16
Q

whats a loop and its degree

A

an edge that starts and finishes at the same vertex

degree = 2

17
Q

whats an isomorphic graph

A

graph which shows same informaton but drawn differently

18
Q

what is an eulerian graph

A

any connected graph whose vertices are all even is eulerian

19
Q

what is a semi eulerian graph

A

any connected grap which has exactly 2 odd vertices