pre sixth definitions Flashcards

1
Q

vertices/nodes

A

points on a graph connected by edges

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

edges/arcs

A

the line that connects a vertex to another

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

order of a vertex

A

the number of edges connected to it

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

loop

A

an edge that starts and finishes at the same vertex

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

simple graph

A

a graph that has no loops or multiarcs

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

connected

A

when there is a path between 2 vertices

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

complete graph

A

a graph where every vertex is connected to every other vertex directly by an edge

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

graph

A

a set of vertices and a set of edges that connect them

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

network

A

a weighted graph

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

digraph

A

a graph where the arcs have a direction associated with them

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

isomorphic graph

A

graphs that show the same information but are drawn differently

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

path

A

a finite sequence of edges such that the end vertex of one edge in the sequence is the start vertex of the next and in which no vertex appears more than once

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

walk

A

a path where a vertex can be revisited

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

cycle/circuit

A

a closed path so the starting vertex of the first edge is the end vertex of the final edge

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

tree

A

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 graph G has a sub graph of G and a tree that connects all its vertices

17
Q

minimum spanning tree

A

a spanning tree such that the total length of its arcs is as small as possible