Discrete definitions Flashcards

1
Q

Vertice

A

Point on a graph

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

Node

A

Point on a graph

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

Edge

A

Line on a graph

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

Arc

A

Line on a graph

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

Degree

A

How many edges/arcs connected to vertice/node

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

Order

A

How many edges/arcs connected to vertice/node

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

Valency

A

How many edges/arcs connected to vertice/node

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

Isomorphic

A

Graphs with same vertices and edges

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

Network

A

Graph with weights (values) on the edges

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

Walk

A

Sequence of edges where end vertex of one edge is the start vertex of the next

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

Trail

A

Walk (sequence of edges that just follow onto each other) where none of the edges are repeated

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

Path

A

Trail (sequence of edges where no edges are repeated) where none of the vertices are repeated

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

Cycle

A

Closed (end joins the beginning) path (sequence of edges where no edges and no vertices are repeated)
Same cycle has same edges, can be forwards backwards order, start from different vertex doesn’t matter still same cycle as long as edges are the same

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

Circuit

A

Closed (end joins the beginning) path (sequence of edges where no edges and no vertices are repeated)
Same cycle has same edges, can be forwards backwards order, start from different vertex doesn’t matter still same cycle as long as edges are the same

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

Simple graph

A

Graph with no loops, at most one edge connecting any pair of vertices

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

Connected vertices

A

vertices with a path (sequence of edges where no vertices or edges are repeated) between them

17
Q

Connected graph

A

Graph where all pairs of vertices are connected (have a sequence of edges with no repeated vertices or edges in between them)

18
Q

Tree

A
Connected graph (graph where all pairs of vertices can be joined by a sequence of edges with no repeated vertices or edges) with no cycles (sequence of edges with no repeated vertices or edges, where the end joins the beginning)
Planar (can be drawn so that no arcs cross)
19
Q

Complete graph

A
Every pair of vertices is connected by a single edge, so all the vertices are connected to each other
never planar (never can be drawn so that no arcs cross)
20
Q

Planar graph

A

One that can be drawn so that none of the arcs cross

21
Q

Hamiltonian cycle

A

Cycle (sequence of edges with no repeated edges or vertices whose end meets the beginning) that visits all the vertices of the graph. Visits each vertex exactly once then returns to start vertex.