Definitions For Graphs and networks Flashcards

1
Q

Walk

A

A route through a graph along edges

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

Path

A

A walk where no vertex is visited more than once

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

Trail

A

A walk where no edge is visited more than once

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

Cycle

A

A walk in which the end vertex is the same as the start vertex and no other vertex is visited more than once

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

A Hamiltonian cycle

A

A cycle including every vertex

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

An Eulerian cycle/circuit

A

A trail which traverses every arc and starts and finishes at the same vertex

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

Vertex set

A

List of vertexes

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

Edge set

A

List of edges

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

Degree or valency

A

Number of arcs/edges entering/incident to a vertex

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

A simple graph

A

No loops (line starting and finishing at the same vertex) and at most 1 line connecting vertices

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

Subgraph

A

A part of a graph

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

Connected graph

A

Where every vertex is connected to another

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

Digraph

A

A graph where edges have a direction specified

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

Weighted graph

A

A graph where edges have a number assigned to them

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

Tree

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
16
Q

spanning tree

A

A spanning tree of a graph G is a sub graph which includes all the vertices but only some edges in order for it to be a tree

17
Q

A complete graph

A

Represented by Kn where n is number of vertices

A graph in which every vertex in connected by a single line to all other vertices

18
Q

Isomorphic graphs

A

Graphs which show the same information but can be drawn differently

19
Q

Adjacency matrix and graphs

A

Each entry in an adjacency matrix describes the number of arcs joining the corresponding vertices

20
Q

Distance matrices and graphs

A

In a distance matrix the entries represent the weight of each arc not the number of arcs

21
Q

Planar graph

A

A planar graph is one that can be drawn in a plane such that no two edges meet except at a vertex