D1 definition Flashcards

1
Q

A graph

A

A graph G consists of points (vertices or nodes) which are connected by lines (edges or arcs).

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

A subgraph

A

A subgraph of G is a graph, each of whose vertices belongs to G and each of whose edges belongs to G.

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

A weighted graph or network

A

Has a number associated with each edge

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

The degree or valency of a vertex

A

Is the number of edges incident to it. A vertex is odd (even) if it has odd (even) degree.

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

A path

A

A path is 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 then once.

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

A cycle (circuit)

A

A cycle (circuit) is a closed path. ie the end vertex ofthe last edge is the start vertex of the first edge.

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

Two vertices are connected if…..

A

Two vertices are connected if there is a path between them.

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

A graph is connected if……

A

A graph is connected if all its vertices are connected.

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

Digraph

A

If the edges of a graph have a direction associated with them they are known as directed edges.

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

A tree is ….

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

What is a spanning tree…

A

A spanning tree of a graph G is a subgraph which includes all the vertices of G and is also a tree.

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

Minimum spanning tree

A

A minimum spanning tree (MST) is a spanning tree such that the total length of its arcs is as small as possible.

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

completed graph

A

A graph in which each of the vertices is connected to every other vertex.

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

A bipartite graph

A

A bipartite graph consists of two sets of vertices X and L The edges only join vertices in X to vertices in { not vertices within a set.

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

A matching ….

A complete matching ….

A

A matching is the pairing of some or all of the elements of one set, X, with elements of a second set, L If every member ofXis paired with a member of )’the matching is said to be a complete matching.

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